gh-106320: Remove private _PyEval function by vstinner · Pull Request #108433 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Move private _PyEval functions to the internal C API (pycore_ceval.h):
- _PyEval_GetBuiltin()
- _PyEval_GetBuiltinId()
- _PyEval_GetSwitchInterval()
- _PyEval_MakePendingCalls()
- _PyEval_SetProfile()
- _PyEval_SetSwitchInterval()
- _PyEval_SetTrace()
No longer export most of these functions.
vstinner
added
the
skip news
label
vstinner
requested review from
markshannon,
methane and
rhettinger
as code owners
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting core review
label
Move private _PyEval functions to the internal C API (pycore_ceval.h): * _PyEval_GetBuiltin() * _PyEval_GetBuiltinId() * _PyEval_GetSwitchInterval() * _PyEval_MakePendingCalls() * _PyEval_SetProfile() * _PyEval_SetSwitchInterval() * _PyEval_SetTrace() No longer export most of these functions.
vstinner
force-pushed
the
pycore_ceval
branch
from
0c7afd1 to
522b799
Compare
vstinner
merged commit
c494fb3
into
python:main
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
pycore_ceval
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment