File: bitarray/_bitarray.c
Function: bitarray_xor
Error: returning (PyObject*)NULL without setting an exception
1757 BITWISE_FUNC(or)
1758 BITWISE_FUNC(xor)
when bitarray_copy() succeeds
when considering range: -0x80000000 <= value <= -1
taking True path
when taking True path
returning (PyObject*)NULL without setting an exception
found 1 similar trace(s) to this

File: bitarray/_bitarray.c
Function: bitarray_xor
Error: dereferencing NULL (res->ob_refcnt) at bitarray/_bitarray.c:1758
1757 BITWISE_FUNC(or)
1758 BITWISE_FUNC(xor)
when bitarray_copy() fails
when considering range: -0x80000000 <= value <= -1
taking True path
dereferencing NULL (res->ob_refcnt) at bitarray/_bitarray.c:1758