FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-41370: Evaluate strings as forward refs in PEP 585 generics by NiklasRosenstein · Pull Request #30900 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-41370: Evaluate strings as forward refs in PEP 585 generics
- #30900
#30900
Merged
gvanrossum
merged 10 commits into
python:main
python/cpython:main
from
NiklasRosenstein:issue41370
Copy head branch name to clipboard
Mar 7, 2022
Conversation
Commits
10
(10)
Checks
Files changed
Merged
bpo-41370: Evaluate strings as forward refs in PEP 585 generics
#30900
gvanrossum
merged 10 commits into
python:main
python/cpython:main
from
NiklasRosenstein:issue41370
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2022
convert strings in PEP 585 generic aliases (`types.GenericAlias`) to `ForwardRef` before evaluation (https://bugs.python.org/issue41370)
NiklasRosenstein
committed
e820e3a
View commit details
Copy full SHA for e820e3a
Browse repository at this point
add unittest for new get_type_hints() behaviour on PEP 585 generics with forward refs
NiklasRosenstein
committed
d7f57c7
View commit details
Copy full SHA for d7f57c7
Browse repository at this point
Commits on Jan 27, 2022
add unit test for `from __future__ import annotations`
NiklasRosenstein
committed
26ab740
View commit details
Copy full SHA for 26ab740
Browse repository at this point
add test for recursive type
NiklasRosenstein
committed
a04bd5d
View commit details
Copy full SHA for a04bd5d
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
3416713
View commit details
Copy full SHA for 3416713
Browse repository at this point
Double backticks because RST.
NiklasRosenstein
authored
30a3564
View commit details
Copy full SHA for 30a3564
Browse repository at this point
Update Lib/typing.py
Show description for 13a3505
NiklasRosenstein
and
JelleZijlstra
authored
13a3505
View commit details
Copy full SHA for 13a3505
Browse repository at this point
Update Misc/NEWS.d/next/Library/2022-01-27-11-54-16.bpo-41370.gYxCPE.rst
Show description for 33d286a
NiklasRosenstein
and
AlexWaygood
authored
33d286a
View commit details
Copy full SHA for 33d286a
Browse repository at this point
Commits on Feb 22, 2022
Merge branch 'main' into issue41370
NiklasRosenstein
committed
6cd96b1
View commit details
Copy full SHA for 6cd96b1
Browse repository at this point
Commits on Mar 3, 2022
Replace assertIs with assertEqual in test_get_type_hints_annotated
NiklasRosenstein
authored
39c5b06
View commit details
Copy full SHA for 39c5b06
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL