bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo (GH-24450)
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.
Z
Zackery Spytz committed
effaec0bb54f381db8ccfa62514bc26b00946b40
Parent: 755c6e6
Committed by GitHub <noreply@github.com>
on 2/5/2021, 8:25:30 AM