summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/C API/2020-06-08-15-59-06.bpo-40910.L56oI0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C API/2020-06-08-15-59-06.bpo-40910.L56oI0.rst')
-rw-r--r--Misc/NEWS.d/next/C API/2020-06-08-15-59-06.bpo-40910.L56oI0.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-06-08-15-59-06.bpo-40910.L56oI0.rst b/Misc/NEWS.d/next/C API/2020-06-08-15-59-06.bpo-40910.L56oI0.rst
deleted file mode 100644
index 1d0cb0b023..0000000000
--- a/Misc/NEWS.d/next/C API/2020-06-08-15-59-06.bpo-40910.L56oI0.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Export explicitly the :c:func:`Py_GetArgcArgv` function to the C API and
-document the function. Previously, it was exported implicitly which no
-longer works since Python is built with ``-fvisibility=hidden``.