gh-118272: Clear generator frame's locals when the generator is closed (#118277)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
This commit is contained in:
Irit Katriel 2024-04-30 19:32:25 +01:00 committed by GitHub
parent f7747f73a9
commit 1f16b4ce56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 38 additions and 5 deletions

View file

@ -0,0 +1,2 @@
Fix bug where ``generator.close`` does not free the generator frame's
locals.