]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46644: Remove callable() requirement from typing._type_check (GH-31151)
authorGregory Beauregard <greg@greg.red>
Sat, 12 Mar 2022 01:12:17 +0000 (17:12 -0800)
committerGitHub <noreply@github.com>
Sat, 12 Mar 2022 01:12:17 +0000 (17:12 -0800)
commit870b22b9c442d035190d2b8fb82256cd9a03da48
tree3904e98b9a417ba9f7b642bff511ff7178568320
parenta89c29fbcc7e7e85848499443d819c3fab68c78a
bpo-46644: Remove callable() requirement from typing._type_check (GH-31151)

We also remove all the tests that check for integer literals.
Lib/test/test_types.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-02-05-22-14-44.bpo-46644.P--1Cz.rst [new file with mode: 0644]