summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-04-19 07:53:10 (GMT)
committerGitHub <noreply@github.com>2022-04-19 07:53:10 (GMT)
commitaa5c0a9f8dd935a7afff07abb5a60d492c40f2cb (patch)
tree4c407b6406a15c5d8ed07568f90c1550acd6e9b1 /Misc/NEWS.d
parent7fbc7f61280d301c0ac88b65ee8747fcf19f01f8 (diff)
downloadcpython-aa5c0a9f8dd935a7afff07abb5a60d492c40f2cb.zip
cpython-aa5c0a9f8dd935a7afff07abb5a60d492c40f2cb.tar.gz
cpython-aa5c0a9f8dd935a7afff07abb5a60d492c40f2cb.tar.bz2
bpo-40421: Cleanup PyFrame C API (GH-32417)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2022-04-08-11-29-36.bpo-40421.H0ORmT.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/C API/2022-04-08-11-29-36.bpo-40421.H0ORmT.rst b/Misc/NEWS.d/next/C API/2022-04-08-11-29-36.bpo-40421.H0ORmT.rst
index 2e10c23..d4a1dbe 100644
--- a/Misc/NEWS.d/next/C API/2022-04-08-11-29-36.bpo-40421.H0ORmT.rst
+++ b/Misc/NEWS.d/next/C API/2022-04-08-11-29-36.bpo-40421.H0ORmT.rst
@@ -1,2 +1,2 @@
-Add ``PyFrame_GetLasti`` C-API function to access frame object's ``lasti``
+Add ``PyFrame_GetLasti`` C-API function to access frame object's ``f_lasti``
attribute safely from C code.