bpo-36763: Add _PyInitError functions by vstinner · Pull Request #13395 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-36763: Add _PyInitError functions#13395
vstinner merged 2 commits intopython:masterfrom
vstinner:pyiniterror_funcs
bpo-36763: Add _PyInitError functions#13395
vstinner merged 2 commits intopython:masterfrom
vstinner:pyiniterror_funcs
Conversation
Copy link Copy Markdown
Member
-
Add _PyInitError functions:
- _PyInitError_Ok()
- _PyInitError_Error()
- _PyInitError_NoMemory()
- _PyInitError_Exit()
- _PyInitError_IsError()
- _PyInitError_IsExit()
- _PyInitError_Failed()
-
frozenmain.c and _testembed.c now use functions rather than macros.
-
Move _Py_INIT_xxx() macros to the internal API.
-
Move _PyWstrList_INIT macro to the internal API.
* Add _PyInitError functions: * _PyInitError_Ok() * _PyInitError_Error() * _PyInitError_NoMemory() * _PyInitError_Exit() * _PyInitError_IsError() * _PyInitError_IsExit() * _PyInitError_Failed() * frozenmain.c and _testembed.c now use functions rather than macros. * Move _Py_INIT_xxx() macros to the internal API. * Move _PyWstrList_INIT macro to the internal API.
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
requested review from
a team,
brettcannon,
encukou,
ericsnowcurrently,
ncoghlan and
warsaw
as code owners
vstinner
merged commit
871ff77
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
pyiniterror_funcs
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment