]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)
authorMark Shannon <mark@hotpy.org>
Thu, 13 May 2021 13:11:41 +0000 (14:11 +0100)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 13:11:41 +0000 (14:11 +0100)
commit0acdf255a51b836c0b44f3676797620322974af3
treead0927988cd589b10696a0133815da196c5f45a9
parent2d972b8e7cb5347ddf83dfcee461f550b59f0736
[3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)

* Guarantee that line number is set for returns.
Lib/test/test_sys_settrace.py
Python/compile.c