]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
authorPetr Viktorin <encukou@gmail.com>
Fri, 23 Apr 2021 12:23:38 +0000 (14:23 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 12:23:38 +0000 (14:23 +0200)
commit91b69b77cf5f78de6d35dea23098df34b6fd9e53
treecfa9ffbc8a6fc3afd478e89e25be073570b78387
parentdcf658157df11de198a98e3db2a3050dd4f6b973
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
Doc/whatsnew/3.10.rst
Include/cpython/pythonrun.h
Include/pythonrun.h
Misc/NEWS.d/next/C API/2021-04-16-18-15-56.bpo-43868.twQ7KH.rst [new file with mode: 0644]
PC/python3dll.c