diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2022-04-08-11-29-36.bpo-40421.H0ORmT.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2022-04-08-11-29-36.bpo-40421.H0ORmT.rst | 2 |
1 files changed, 2 insertions, 0 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 new file mode 100644 index 0000000..2e10c23 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2022-04-08-11-29-36.bpo-40421.H0ORmT.rst @@ -0,0 +1,2 @@ +Add ``PyFrame_GetLasti`` C-API function to access frame object's ``lasti`` +attribute safely from C code. |