gh-106320: Remove private pythonrun API by vstinner · Pull Request #108599 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Remove these private functions from the public C API:
- _PyRun_AnyFileObject()
- _PyRun_InteractiveLoopObject()
- _PyRun_SimpleFileObject()
- _Py_SourceAsString()
Move them to the internal C API: add a new pycore_pythonrun.h header file. No longer export these functions.
Remove these private functions from the public C API: * _PyRun_AnyFileObject() * _PyRun_InteractiveLoopObject() * _PyRun_SimpleFileObject() * _Py_SourceAsString() Move them to the internal C API: add a new pycore_pythonrun.h header file. No longer export these functions.
vstinner
added
the
skip news
label
vstinner
requested a review
from a team
as a code owner
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting core review
label
vstinner
merged commit
15c5a50
into
python:main
vstinner
deleted the
pycore_pythonrun
branch
bedevere-bot
removed
the
awaiting core review
label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment