]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125017: Fix crash on premature access to classmethod/staticmethod annotations...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 17 Oct 2024 16:45:25 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 16:45:25 +0000 (09:45 -0700)
commitf203d1cb52f7697140337a73841c8412282e2ee0
tree4f78e4c4c8f9a0d7ce7e8dc1a242cbe7f1b57f04
parent04d6dd23e2d8a3132772cf7ce928676e26313585
gh-125017: Fix crash on premature access to classmethod/staticmethod annotations (#125636)
Lib/test/test_descr.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-16-23-06-06.gh-issue-125017.fcltj0.rst [new file with mode: 0644]
Objects/funcobject.c