]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12791: Break reference cycles early when a generator exits with an exception.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Aug 2011 12:15:03 +0000 (14:15 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Aug 2011 12:15:03 +0000 (14:15 +0200)
commita370fcf3b2211242c888558237557eb4895391d0
tree4c52a9237332bc7b3e1e9d0eba8e84c878acd210
parent0c17d0d96e9684e29a731227452355da79b14b5b
Issue #12791: Break reference cycles early when a generator exits with an exception.
Lib/test/test_exceptions.py
Misc/NEWS
Objects/genobject.c