Open numpy-gitbot opened 12 years ago
Attachment added by trac user pepijndevos on 2012-07-09: 0001-fixed-a-spelling-error-in-f2py-type-definitions.patch
atmention:rgommers wrote on 2012-07-10
Looks like there's still a typo in the new version, unsinged_long_long
, "ng" should be swapped.
Other than that it looks fine (but disclaimer: I don't know much about f2py).
Attachment added by trac user pepijndevos on 2012-07-10: 0001-fix-typo-in-cfuncs.patch
Original ticket http://projects.scipy.org/numpy/ticket/2183 on 2012-07-09 by trac user pepijndevos, assigned to atmention:pearu.
in cfuncs.py it said "insigned long long", and the definition for unsigned long long was moved into long long. It also seems the Windows declaration was incorrect.