bpo-39882: Py_FatalError() logs the function name (GH-18819)
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.
V
Victor Stinner committed
9e5d30cc99e34f4c3e7b2cd851de20816c9d1927
Parent: 7b3c252
Committed by GitHub <noreply@github.com>
on 3/6/2020, 11:54:20 PM