]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124206: Fix calling get_annotate_function() on static types (#124208)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 18 Sep 2024 15:39:22 +0000 (08:39 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2024 15:39:22 +0000 (08:39 -0700)
commit96f619faa74a8a32c2c297833cdeb0393c0b6b13
tree2adb8d55c9ae3797d53922016acef8a10c5cc056
parent3b6bfa77aa4da2ce1f3a15e39831f8b85882698c
gh-124206: Fix calling get_annotate_function() on static types (#124208)

Fixes #124206. No news entry because the bug this fixes was never
released.
Lib/annotationlib.py
Lib/test/test_annotationlib.py
Lib/test/test_typing.py