mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
The Py_FatalError() function is replaced with a macro which logs automatically the name of the current function, unless the Py_LIMITED_API macro is defined. Changes: * Add _Py_FatalErrorFunc() function. * Remove the function name from the message of Py_FatalError() calls which included the function name. * Update tests.
Miscellaneous source files for the main Python shared library