mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
According to the comment, there was previously a call to PyObject_IsSubclass() involved which could fail, but since it was replaced with a call to PyType_IsSubtype(), it can no longer fail.
Miscellaneous source files for the main Python shared library