]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40421: What's New in Python 3.11: PyFrameObject.f_lasti (GH-31536)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Feb 2022 19:20:03 +0000 (20:20 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 19:20:03 +0000 (20:20 +0100)
commit8a716bc62c8205bb9deeda17422b7e69204b6897
treed56b421c9d4bf0cfd0d318247bc57f73d79e53f8
parent281ea9c39146a00cdf3fa2b3d0be60e2a39278ce
bpo-40421: What's New in Python 3.11: PyFrameObject.f_lasti (GH-31536)

Suggest replacing PyCode_Addr2Line() with PyFrame_GetLineNumber().
Doc/whatsnew/3.11.rst