mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
This commit is contained in:
parent
e485be5b6b
commit
e8e66eab94
1 changed files with 0 additions and 1 deletions
|
@ -459,7 +459,6 @@ EXPORT_FUNC(PyOS_CheckStack)
|
||||||
EXPORT_FUNC(PyOS_double_to_string)
|
EXPORT_FUNC(PyOS_double_to_string)
|
||||||
EXPORT_FUNC(PyOS_FSPath)
|
EXPORT_FUNC(PyOS_FSPath)
|
||||||
EXPORT_FUNC(PyOS_getsig)
|
EXPORT_FUNC(PyOS_getsig)
|
||||||
EXPORT_FUNC(PyOS_InitInterrupts)
|
|
||||||
EXPORT_FUNC(PyOS_InterruptOccurred)
|
EXPORT_FUNC(PyOS_InterruptOccurred)
|
||||||
EXPORT_FUNC(PyOS_mystricmp)
|
EXPORT_FUNC(PyOS_mystricmp)
|
||||||
EXPORT_FUNC(PyOS_mystrnicmp)
|
EXPORT_FUNC(PyOS_mystrnicmp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue