mypy
implement PEP 585 Generic Builtins (Partially solves #7907)
#9564
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
28
Changes
View On
GitHub
implement PEP 585 Generic Builtins (Partially solves #7907)
#9564
hauntsaninja
merged 28 commits into
python:master
from
AllanDaemon:pep585ga
Allows builtins to be generic aliases (PEP 585)
271e387b
fix test testNoSubcriptionOfStdlibCollections
34726795
fix test testDisallowAnyGenericsBuiltinCollections
1299956c
Revert "Allows builtins to be generic aliases (PEP 585)"
ca5c841c
create get_nongen_builtins() to access nongen_builtins depending on p…
dcfedebb
implements pep585 accepting generic builtins
a9d09960
frost-nzcr4
commented on 2020-10-09
frost-nzcr4
requested changes on 2020-10-09
antonagestam
commented on 2020-10-12
fix code style to mypy guidelines
40b5aed0
Added testcases for pep585ga
d4492aea
Allows builtins to be generic aliases (PEP 585)
14f2732b
fix test testNoSubcriptionOfStdlibCollections
6e9341c2
fix test testDisallowAnyGenericsBuiltinCollections
f737ef77
Revert "Allows builtins to be generic aliases (PEP 585)"
8d53899c
create get_nongen_builtins() to access nongen_builtins depending on p…
8b7eb7ee
implements pep585 accepting generic builtins
6b9b7986
fix code style to mypy guidelines
40b2da38
AllanDaemon
force pushed
from
40b5aed0
to
40b2da38
5 years ago
Merge branch 'pep585ga' into pep585-tests
8a17cf93
Merge pull request #1 from cdce8p/pep585-tests
8ca61301
hauntsaninja
commented on 2020-10-24
cdce8p
commented on 2020-10-24
Update test-data/unit/check-generic-alias.test
90a5192a
@hauntsaninja suggestion
8dbd6ac6
add tests cases for PEP 585 generic builtins
779dffd8
add failing tests for PEP 585 to be investigated
6d58555b
fix `tuple[Any, ...]` case
c9ac0caa
minor test impr. for tuple
eca2a133
cdce8p
commented on 2020-10-25
Update mypy/typeanal.py
55dcbb5a
disable tests failing due reveal_type()
c0d0989b
AllanDaemon
changed the title
implement PEP 585 Generic Builtins (closes #7907)
implement PEP 585 Generic Builtins (Partially solves #7907)
5 years ago
fix style to pep8
ab0e4cd3
emmatyping
approved these changes on 2020-10-29
Update test-data/unit/check-generic-alias.test
a81abc8e
collate future annotations tests, simplify
0edf1233
hauntsaninja
merged
52225ab9
into master
5 years ago
Login to write a write a comment.
Login via GitHub
Reviewers
emmatyping
frost-nzcr4
hauntsaninja
JelleZijlstra
cdce8p
antonagestam
Assignees
No one assigned
Labels
None yet
Milestone
No milestone
Login to write a write a comment.
Login via GitHub