Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add blurb
  • Loading branch information
A0su committed Apr 3, 2026
commit 9a44ccf76c095be744e505eb2416cd9aa59fa8a9
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
For codegen method ``codegen_deferred_annotations_body`` we can fail to
decref ``mangled`` during the generation of the bytecode for an annotation
entry. This change creates a subfunction for the bytecode generation of the
annotation entry which will also to decref ``mangled`` in the event of
errors.
Loading