Message203350
This is a consequence of the problem mentioned in msg 177059 above.
New patch 'issue16596_nostate_3.diff' fixes both problems by having the interpreter
issue an exception debug event when processing a StopIteration in target FOR_ITER:
* The same debug events are issued now, wether the generator is run within a for loop or not.
* 'n' stops now at both the return and exception debug events on returning from the generator. |
|
| Date |
User |
Action |
Args |
| 2013-11-19 10:27:25 | xdegaye | set | recipients:
+ xdegaye, gvanrossum, georg.brandl, larry, asvetlov, pconnell |
| 2013-11-19 10:27:25 | xdegaye | set | messageid: <[email protected]> |
| 2013-11-19 10:27:25 | xdegaye | link | issue16596 messages |
| 2013-11-19 10:27:25 | xdegaye | create | |
|