mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
PyObject_RichCompareBool() returns -1 on error, but this case is not handled by the find_in_strong_cache() function. Any exception raised by PyObject_RichCompareBool() should be propagated.
Source files for standard library extension modules, and former extension modules that are now builtin modules.