commit | 8a716bc62c8205bb9deeda17422b7e69204b6897 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Feb 23 20:20:03 2022 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 23 20:20:03 2022 +0100 |
tree | d56b421c9d4bf0cfd0d318247bc57f73d79e53f8 | |
parent | 281ea9c39146a00cdf3fa2b3d0be60e2a39278ce [diff] |
bpo-40421: What's New in Python 3.11: PyFrameObject.f_lasti (GH-31536) Suggest replacing PyCode_Addr2Line() with PyFrame_GetLineNumber().