summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2021-02-05 08:25:30 (GMT)
committerGitHub <noreply@github.com>2021-02-05 08:25:30 (GMT)
commiteffaec0bb54f381db8ccfa62514bc26b00946b40 (patch)
tree19073d9df8fc11ca4823ef321b33edb0ac6dab38 /Python
parent755c6e637a4f098881953e0c6d269d576fdbdcba (diff)
downloadcpython-effaec0bb54f381db8ccfa62514bc26b00946b40.zip
cpython-effaec0bb54f381db8ccfa62514bc26b00946b40.tar.gz
cpython-effaec0bb54f381db8ccfa62514bc26b00946b40.tar.bz2
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions