mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
ae5760527a
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