Message313775
The conditions used for the fix are still the same in 2.7: f->f_trace == NULL on a call event, f->f_lasti == -1 in a new frame and f->f_stacktop == NULL in a trace function with a non-line event except for yield statements.
There are minor differences: the YIELD_FROM opcode does not exist and function.__code__ is written as function.func_code.
Added a PR for 2.7. |
|
Date |
User |
Action |
Args |
2018-03-13 20:50:06 | xdegaye | set | recipients:
+ xdegaye, georg.brandl, jcea, vstinner, benjamin.peterson, serhiy.storchaka, miss-islington |
2018-03-13 20:50:06 | xdegaye | set | messageid: <1520974206.73.0.467229070634.issue17288@psf.upfronthosting.co.za> |
2018-03-13 20:50:06 | xdegaye | link | issue17288 messages |
2018-03-13 20:50:06 | xdegaye | create | |
|