]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146556: Fix infinite loop in annotationlib.get_annotations() on circular __wrapped...
authorRamin Farajpour Cami <ramin.blackhat@gmail.com>
Mon, 30 Mar 2026 03:08:18 +0000 (06:38 +0330)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 03:08:18 +0000 (03:08 +0000)
commit2cf6a68f028da164bdb9b0ce8ad2cc9bf8f72750
treeaf879949f7ef6bfc90825b41f25c8ccd748be393
parent4d0e8ee649ceff96b130e1676a73c20c469624a9
gh-146556: Fix infinite loop in annotationlib.get_annotations() on circular __wrapped__ (#146557)
Lib/annotationlib.py
Lib/test/test_annotationlib.py
Misc/NEWS.d/next/Library/2026-03-28-12-20-19.gh-issue-146556.Y8Eson.rst [new file with mode: 0644]