Message186642
The last patch proposed at issue 17277 and named traced_frame.patch
fixes also issue 17697, and issues 7238, 16482. IMHO one should remove
the assumption in PyFrame_GetLineNumber() that f_lineno is correct
when f_trace is not NULL, as there does not seem to be a way to remove
the local trace function of a generator frame. The traced_frame patch
does that. |
|
| Date |
User |
Action |
Args |
| 2013-04-12 15:28:38 | xdegaye | set | recipients:
+ xdegaye, jcea, ned.deily, asvetlov, akaptur |
| 2013-04-12 15:28:37 | xdegaye | set | messageid: <[email protected]> |
| 2013-04-12 15:28:37 | xdegaye | link | issue16482 messages |
| 2013-04-12 15:28:37 | xdegaye | create | |
|