mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Remove the private _PyErr_OCCURRED() macro: use the public PyErr_Occurred() function instead. CPython internals must use the internal _PyErr_Occurred(tstate) function instead: it is the most efficient way to check if an exception was raised.
Miscellaneous source files for the main Python shared library