summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-09-04 09:21:47 (GMT)
committerGitHub <noreply@github.com>2023-09-04 09:21:47 (GMT)
commit5a79d2ae572fed03eb9b9554b2760a34e75191a7 (patch)
treee84af8e19438eb37189ea0586a2e3e444551dd3f /Misc/NEWS.d/next
parent44fc378b598eb675a847d1b7c46c8f6e81313c04 (diff)
downloadcpython-5a79d2ae572fed03eb9b9554b2760a34e75191a7.zip
cpython-5a79d2ae572fed03eb9b9554b2760a34e75191a7.tar.gz
cpython-5a79d2ae572fed03eb9b9554b2760a34e75191a7.tar.bz2
Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#108688)
This reverts commit 08447b5deb47e2a0df87fa0a0576d300e5c909b4. Revert also _ctypes.c changes of the PyDict_ContainsString() change, commit 67266266469fe0e817736227f39537182534c1a5.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2023-07-24-01-21-16.gh-issue-46376.w-xuDL.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-07-24-01-21-16.gh-issue-46376.w-xuDL.rst b/Misc/NEWS.d/next/Library/2023-07-24-01-21-16.gh-issue-46376.w-xuDL.rst
deleted file mode 100644
index 8e8f024..0000000
--- a/Misc/NEWS.d/next/Library/2023-07-24-01-21-16.gh-issue-46376.w-xuDL.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent memory leak and use-after-free when using pointers to pointers with ctypes