From e8e66eab941b983b6e85cd0d57cd45838880c568 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 19 Jan 2021 18:27:01 +0100 Subject: bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257) --- PC/python3dll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/PC/python3dll.c b/PC/python3dll.c index 683bba3..542853a 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) -- cgit v0.12