Commit 2bb09776 authored by William Stein's avatar William Stein

Had to also put the type code in for the signed case.

parent 8dc8a614
......@@ -294,7 +294,7 @@ class CNumericType(CType):
parsetuple_formats = ( # rank -> format
"?HIkKn???", # unsigned
"chilL?fd?", # signed
"chilLnfd?", # signed
)
def __init__(self, rank, signed = 1, pymemberdef_typecode = None):
......
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