Crash report
What happened?
Added in 1e34da4, we assert that:
|
assert(res == PyObject_RichCompareBool(v, w, Py_LT)); |
However, PyObject_RichCompareBool can fail and return -1 on error, triggering the assert.
Found by OSS Fuzz in #444686879.
CC @rhettinger and @tim-one
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Output from running 'python -VV' on the command line:
No response
Crash report
What happened?
Added in 1e34da4, we assert that:
cpython/Objects/listobject.c
Line 2858 in eab7dbd
However,
PyObject_RichCompareBoolcan fail and return-1on error, triggering the assert.Found by OSS Fuzz in #444686879.
CC @rhettinger and @tim-one
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Output from running 'python -VV' on the command line:
No response