mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +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. (cherry picked from commit ce8f5f98c6fc95a1704360d986a4d0281eeada79) Co-authored-by: Duane Griffin <duaneg@dghda.com>
Miscellaneous source files for the main Python shared library