diff options
author | Jacob Bower <1978924+jbower-fb@users.noreply.github.com> | 2023-03-14 01:35:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 01:35:54 (GMT) |
commit | cbd3fbfb6e5c1cc96bbeb99483a580f165b01671 (patch) | |
tree | 7e0e0ea4c7dc40b48528702c1c0c32914d9798f7 /Misc/NEWS.d/next/C API | |
parent | 457e4d1a516c2b83edeff2f255f4cd6e7b114feb (diff) | |
download | cpython-cbd3fbfb6e5c1cc96bbeb99483a580f165b01671.zip cpython-cbd3fbfb6e5c1cc96bbeb99483a580f165b01671.tar.gz cpython-cbd3fbfb6e5c1cc96bbeb99483a580f165b01671.tar.bz2 |
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r-- | Misc/NEWS.d/next/C API/2023-02-18-00-55-14.gh-issue-102013.83mrtI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-02-18-00-55-14.gh-issue-102013.83mrtI.rst b/Misc/NEWS.d/next/C API/2023-02-18-00-55-14.gh-issue-102013.83mrtI.rst new file mode 100644 index 0000000..0350237 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2023-02-18-00-55-14.gh-issue-102013.83mrtI.rst @@ -0,0 +1 @@ +Add a new (unstable) C-API function for iterating over GC'able objects using a callback: ``PyUnstable_VisitObjects``. |