Paul Sokolovsky 817e76a1a5 objgenerator.throw(GeneratorExit) is not equivalent to .close().
.throw() propagates any exceptions, and .close() swallows them. Yielding
in reponse to .throw(GeneratorExit) is still fatal, and we need to
handle it for .throw() case separately (previously it was handled only
for .close() case).

Obscure corner cases due to test_pep380.py.
2014-03-31 17:22:37 +03:00
..
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:54:02 +01:00
2014-03-27 00:11:36 +02:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:35:08 +01:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-03-22 17:37:20 -07:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:35:08 +01:00
2014-03-22 21:31:28 +00:00
2014-03-30 13:54:02 +01:00
2014-03-30 23:30:15 +03:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:35:08 +01:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:54:02 +01:00
2014-03-17 02:43:40 -07:00