mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08: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