Skip to content

Commit

Permalink
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (pythonGH-2…
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Jan 19, 2021
1 parent e485be5 commit e8e66ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PC/python3dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e8e66ea

Please sign in to comment.