Skip to content

Commit e8e66ea

Browse files
authored
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
1 parent e485be5 commit e8e66ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PC/python3dll.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ EXPORT_FUNC(PyOS_CheckStack)
459459
EXPORT_FUNC(PyOS_double_to_string)
460460
EXPORT_FUNC(PyOS_FSPath)
461461
EXPORT_FUNC(PyOS_getsig)
462-
EXPORT_FUNC(PyOS_InitInterrupts)
463462
EXPORT_FUNC(PyOS_InterruptOccurred)
464463
EXPORT_FUNC(PyOS_mystricmp)
465464
EXPORT_FUNC(PyOS_mystrnicmp)

0 commit comments

Comments
 (0)