mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* EOFError no longer overrides other errors such as MemoryError or OSError at the start of the object. * Raise more relevant error when the NULL object occurs as a code object component. * Minimize an overhead of calling PyErr_Occurred().
Miscellaneous source files for the main Python shared library