marked this pull request as ready for review
changed the title bpo-47006: Add tests demonstrating current type variable substitution behaviourgh-87390: Add tests demonstrating current type variable substitution behaviour
Closed
added a commit to JelleZijlstra/typing that referenced this pull request
- Defer to the PEP 646 implementation in typing.py on 3.11 - Adjust some tests accordingly. Noted a bug in
python/cpython#32341 (comment)
- typing._type_check() is more lenient in 3.11 and no longer rejects ints - The representation of the empty tuple type changed Tests pass for me on a 3.11 build from today now. Merged
… is non-variadic
added a commit to python/typing that referenced this pull request
- Defer to the PEP 646 implementation in typing.py on 3.11 - Adjust some tests accordingly. Noted a bug in
python/cpython#32341 (comment)
- typing._type_check() is more lenient in 3.11 and no longer rejects ints - The representation of the empty tuple type changed Tests pass for me on a 3.11 build from today now.
…id arguments for a *Ts
…o* now get a TypeError
Merged
added a commit to python/typing_extensions that referenced this pull request
- Defer to the PEP 646 implementation in typing.py on 3.11 - Adjust some tests accordingly. Noted a bug in
python/cpython#32341 (comment)
- typing._type_check() is more lenient in 3.11 and no longer rejects ints - The representation of the empty tuple type changed Tests pass for me on a 3.11 build from today now.
added a commit to python/typing_extensions that referenced this pull request
- Defer to the PEP 646 implementation in typing.py on 3.11 - Adjust some tests accordingly. Noted a bug in
python/cpython#32341 (comment)
- typing._type_check() is more lenient in 3.11 and no longer rejects ints - The representation of the empty tuple type changed Tests pass for me on a 3.11 build from today now.
added a commit to python/typing_extensions that referenced this pull request
- Defer to the PEP 646 implementation in typing.py on 3.11 - Adjust some tests accordingly. Noted a bug in
python/cpython#32341 (comment)
- typing._type_check() is more lenient in 3.11 and no longer rejects ints - The representation of the empty tuple type changed Tests pass for me on a 3.11 build from today now.