summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2022-11-03-17-46-41.gh-issue-98978.KJjBvv.rst
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2022-11-14 11:12:42 (GMT)
committerThomas Wouters <thomas@python.org>2022-11-14 11:18:11 (GMT)
commit3b9d793efcfd2c00c14ffbeab1a3389bf3b095ff (patch)
treee087ca2d68d9625d036606f2acb7a3f2d19b0d92 /Misc/NEWS.d/next/C API/2022-11-03-17-46-41.gh-issue-98978.KJjBvv.rst
parentdb115682bd639a2642c617f0b7d5b30cd7d7f472 (diff)
downloadcpython-3.12.0a2.zip
cpython-3.12.0a2.tar.gz
cpython-3.12.0a2.tar.bz2
Python 3.12.0a2v3.12.0a2
Diffstat (limited to 'Misc/NEWS.d/next/C API/2022-11-03-17-46-41.gh-issue-98978.KJjBvv.rst')
-rw-r--r--Misc/NEWS.d/next/C API/2022-11-03-17-46-41.gh-issue-98978.KJjBvv.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/C API/2022-11-03-17-46-41.gh-issue-98978.KJjBvv.rst b/Misc/NEWS.d/next/C API/2022-11-03-17-46-41.gh-issue-98978.KJjBvv.rst
deleted file mode 100644
index b967272..0000000
--- a/Misc/NEWS.d/next/C API/2022-11-03-17-46-41.gh-issue-98978.KJjBvv.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix use-after-free in ``Py_SetPythonHome(NULL)``,
-``Py_SetProgramName(NULL)`` and ``_Py_SetProgramFullPath(NULL)`` function
-calls. Issue reported by Benedikt Reinartz. Patch by Victor Stinner.