mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
e4c06bcca3
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