-
-
Notifications
You must be signed in to change notification settings - Fork 35.1k
gh-84644: Fix singledispatch annotation parsing #143465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
d3d6e64
6ea2a4a
0a39278
096fc3b
c8a5cdc
e1cde59
6bc698b
4ef7c7c
004c852
9bc1436
3115fd7
f6c102f
7968570
a808a1e
69b9978
ebdb68d
8d86f9e
82616f9
c9a1f1a
e878207
d3240a3
9240b0d
f6ccb97
6642321
0eaaa5b
345b7e9
8a46f3f
16f83ee
552daaf
113cc29
7c1bcea
444425c
9b26fb1
17dfb36
fbce76d
44b8bba
ec01821
57faa34
e4fb514
57965a9
eadc38f
682c41e
c406755
e238e6a
1e61429
19458fc
6390a82
3e33040
c50d344
32910f3
4283fba
17b5088
cdb7cca
62088c7
c497857
0f75d98
8350e71
50c0e64
052c2fd
30994eb
3edad44
fbc205e
b691969
0859bc0
7ac8275
fbe00f8
7ada2b0
ac2f5a2
ba46e43
3995e79
48d1bde
fc5df46
7fcf4d5
f7ec61d
946ccb8
2d1180a
cd10e91
0a622fb
9b2d20d
9191a22
ef74667
b55de76
9977251
d282c9a
4c43a9c
3b5a410
f6ce233
97a8515
62ea333
f0097c4
4e6a003
2d70e22
c716b57
a28e9af
cfb9194
b03891f
4c8e818
7fa9315
cee055a
4db216f
cc2bcc7
371bff5
a5a79ad
3dadb56
0d0702e
b0ae4d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I said in the discussion:
In practice, This is probably best achieved by putting the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per PEP 387, it's preferred to wait 5 years before removal (i.e. Python 3.21).
What's the reason to speed this up? (Maybe I missed it.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also: deprecations need to be added to
Doc/whatsnew&Doc/deprecations.