summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2021-02-23 12:23:56 (GMT)
committerGitHub <noreply@github.com>2021-02-23 12:23:56 (GMT)
commit7bb1cafa4e3d648669212ea4c6d11d6eafc6da23 (patch)
treece09a1e53aabacef12513caea9129a068a6251ff /Misc
parent2d6f2eed14ff5d89155b52771cc8ef957e8145b4 (diff)
downloadcpython-7bb1cafa4e3d648669212ea4c6d11d6eafc6da23.zip
cpython-7bb1cafa4e3d648669212ea4c6d11d6eafc6da23.tar.gz
cpython-7bb1cafa4e3d648669212ea4c6d11d6eafc6da23.tar.bz2
bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C API/2021-02-16-17-30-16.bpo-43239.FQqOGz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-02-16-17-30-16.bpo-43239.FQqOGz.rst b/Misc/NEWS.d/next/C API/2021-02-16-17-30-16.bpo-43239.FQqOGz.rst
new file mode 100644
index 0000000..cded580
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2021-02-16-17-30-16.bpo-43239.FQqOGz.rst
@@ -0,0 +1,2 @@
+The :c:func:`PyCFunction_New` function is now exported in the ABI when
+compiled with ``-fvisibility=hidden``.