aboutsummaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-01-19 18:27:01 +0100
committerGitHub <noreply@github.com>2021-01-19 18:27:01 +0100
commite8e66eab941b983b6e85cd0d57cd45838880c568 (patch)
treea437d53532eb1cb08952a5a6c326ffd7e58305ed /PC
parentAdd a clarification for the object-domain allocators regarding pointer validi... (diff)
downloadcpython-e8e66eab941b983b6e85cd0d57cd45838880c568.tar.gz
cpython-e8e66eab941b983b6e85cd0d57cd45838880c568.tar.bz2
cpython-e8e66eab941b983b6e85cd0d57cd45838880c568.zip
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
Diffstat (limited to 'PC')
-rw-r--r--PC/python3dll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c
index 683bba3a936..542853abc89 100644
--- a/PC/python3dll.c
+++ b/PC/python3dll.c
@@ -459,7 +459,6 @@ EXPORT_FUNC(PyOS_CheckStack)
EXPORT_FUNC(PyOS_double_to_string)
EXPORT_FUNC(PyOS_FSPath)
EXPORT_FUNC(PyOS_getsig)
-EXPORT_FUNC(PyOS_InitInterrupts)
EXPORT_FUNC(PyOS_InterruptOccurred)
EXPORT_FUNC(PyOS_mystricmp)
EXPORT_FUNC(PyOS_mystrnicmp)