]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Jan 2021 17:27:01 +0000 (18:27 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Jan 2021 17:27:01 +0000 (18:27 +0100)
PC/python3dll.c

index 683bba3a9364d13042698d5f5415214a827218a3..542853abc894d5dc3509730167b7bcb39404c7c5 100644 (file)
@@ -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)