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 1504187 commit 64ce3c4Copy full SHA for 64ce3c4
newsfragments/3112.bugfix.rst
@@ -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