mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
8c6d87693b
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 ce8f5f98c6)
Co-authored-by: Duane Griffin <duaneg@dghda.com>
Miscellaneous source files for the main Python shared library