File: bitarray/_bitarray.c
Function: bitarray_and
Error: returning (PyObject*)NULL without setting an exception
1755 BITWISE_FUNC(and)
1756 
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_and
Error: dereferencing NULL (res->ob_refcnt) at bitarray/_bitarray.c:1756
1755 BITWISE_FUNC(and)
1756 
when bitarray_copy() fails when considering range: -0x80000000 <= value <= -1 taking True path dereferencing NULL (res->ob_refcnt) at bitarray/_bitarray.c:1756