mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
The inclusion of PyOS_ReadlineFunctionPointer in python3dll.c was a mistake. According to PEP 384: > functions expecting FILE* are not part of the ABI, to avoid depending > on a specific version of the Microsoft C runtime DLL on Windows. https://bugs.python.org/issue43868
This commit is contained in:
parent
dcf658157d
commit
91b69b77cf
5 changed files with 10 additions and 2 deletions
|
@ -808,7 +808,6 @@ EXPORT_DATA(PyODictIter_Type)
|
|||
EXPORT_DATA(PyODictKeys_Type)
|
||||
EXPORT_DATA(PyODictValues_Type)
|
||||
EXPORT_DATA(PyOS_InputHook)
|
||||
EXPORT_DATA(PyOS_ReadlineFunctionPointer)
|
||||
EXPORT_DATA(PyProperty_Type)
|
||||
EXPORT_DATA(PyRange_Type)
|
||||
EXPORT_DATA(PyRangeIter_Type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue