]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40228: More robust frame.setlineno. (GH-19437)
authorMark Shannon <mark@hotpy.org>
Wed, 29 Apr 2020 15:49:45 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 15:49:45 +0000 (16:49 +0100)
commit57697245e1deafdedf68e5f21ad8890be591efc0
tree830c22529907fab4aa8f320a6165b4ee6df5f507
parentec9bea4a3766bd815148a27f61eb24e7dd459ac7
bpo-40228: More robust frame.setlineno. (GH-19437)

More robust frame.setlineno. Makes no assumptions about source->bytecode translation.
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2020-04-08-17-02-35.bpo-40228.bRaaJ-.rst [new file with mode: 0644]
Objects/frameobject.c