]> granicus.if.org Git - python/commit
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIte...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 26 Apr 2015 16:46:40 +0000 (18:46 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 26 Apr 2015 16:46:40 +0000 (18:46 +0200)
commit7403e91630456ae2a495ac7621c2152d9a270400
tree09d5f347a8b03dc552e7d40d1290943fa3810c37
parent8c99a6d6049b87b328073189719d9cc4bfc68b82
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception.  Patch by Stefan Behnel.
Misc/NEWS
Objects/genobject.c