Commit 74072861 authored by Stefan Behnel's avatar Stefan Behnel

cleanup in Shadow.py: Py_ssize_t is an int_type, nothing else

parent a6a2d569
......@@ -162,7 +162,7 @@ except NameError: # Py3
int_types = ['char', 'short', 'int', 'long', 'longlong', 'Py_ssize_t']
float_types = ['double', 'float']
other_types = ['bint', 'Py_ssize_t', 'void']
other_types = ['bint', 'void']
gs = globals()
for name in int_types:
......
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