Skip to content

Commit 64ce3c4

Browse files
committed
add newsfragment
1 parent 1504187 commit 64ce3c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

newsfragments/3112.bugfix.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Rework foriegn async generator finalization to track async generator
2+
ids rather than mutating ``ag_frame.f_locals``. This fixes an issue
3+
with the previous implementation: locals' lifetimes will no longer be
4+
extended by materialization in the ``ag_frame.f_locals`` dictionary that
5+
the previous finalization dispatcher logic needed to access to do its work.

0 commit comments

Comments
 (0)