mirror of
https://github.com/python/cpython.git
synced 2026-01-08 16:32:55 +00:00
* Remove _PyInitError.user_err field and _Py_INIT_USER_ERR() macro: use _Py_INIT_ERR() instead. _Py_ExitInitError() now longer calls abort() on error: exit with exit code 1 instead. * Add _PyInitError._type private field. * exitcode field type is now unsigned int on Windows. * Rename prefix field to _func. * Rename msg field to err_msg. |
||
|---|---|---|
| .. | ||
| abstract.h | ||
| coreconfig.h | ||
| dictobject.h | ||
| interpreteridobject.h | ||
| object.h | ||
| objimpl.h | ||
| pyerrors.h | ||
| pylifecycle.h | ||
| pymem.h | ||
| pystate.h | ||
| tupleobject.h | ||
| unicodeobject.h | ||