mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
26931944dd
During the PEP 695 implementation at one point I made TypeVar.__name__ return garbage, and all of test_typing passed. So I decided to add a few more tests. In the process I discovered a minor incompatibility from the C implementation of TypeVar: empty constraints were returned as None instead of an empty tuple.
Source files for various builtin objects