Message182746
The patch (on the default branch) reverts one of the changes made in r72488 to
introduce the new PyFrame_GetLineNumber() function (issue 5954): tb_lineno is
now back again the result of the call to PyCode_Addr2Line() instead of the
call to PyFrame_GetLineNumber().
The other changes made by r72488 in _warnings.c and ceval.c should also
probably be reverted as well.
The patch updates bdb set_continue() for consistency.
The patch adds a test to test_sys_settrace. |
|
| Date |
User |
Action |
Args |
| 2013-02-23 14:34:38 | xdegaye | set | recipients:
+ xdegaye, jcea, belopolsky |
| 2013-02-23 14:34:38 | xdegaye | set | messageid: <[email protected]> |
| 2013-02-23 14:34:38 | xdegaye | link | issue17277 messages |
| 2013-02-23 14:34:38 | xdegaye | create | |
|