commit | 7403e91630456ae2a495ac7621c2152d9a270400 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 26 18:46:40 2015 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 26 18:46:40 2015 +0200 |
tree | 09d5f347a8b03dc552e7d40d1290943fa3810c37 | |
parent | 8c99a6d6049b87b328073189719d9cc4bfc68b82 [diff] |
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel.