We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491bf1c commit 9a44ccfCopy full SHA for 9a44ccf
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-04-03-17-13-51.gh-issue-148059.-WQMGn.rst
@@ -0,0 +1,5 @@
1
+For codegen method ``codegen_deferred_annotations_body`` we can fail to
2
+decref ``mangled`` during the generation of the bytecode for an annotation
3
+entry. This change creates a subfunction for the bytecode generation of the
4
+annotation entry which will also to decref ``mangled`` in the event of
5
+errors.
0 commit comments