mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Writing out an object may involve a slot lookup, which is not safe to do with an exception raised. In debug mode an assertion failure will occur if this happens.
Miscellaneous source files for the main Python shared library