bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)

This commit is contained in:
Victor Stinner 2021-01-19 18:27:01 +01:00 committed by GitHub
parent e485be5b6b
commit e8e66eab94

View 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)