Commit ea3d3f55 authored by Stefan Behnel's avatar Stefan Behnel

make bint distinguishable from int in debug output

parent d4b194dc
......@@ -812,6 +812,9 @@ class CBIntType(CIntType):
from_py_function = "__Pyx_PyObject_IsTrue"
exception_check = 0
def __repr__(self):
return "<CNumericType bint>"
class CAnonEnumType(CIntType):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment