thouis / numpy-trac-migration

numpy Trac to github issues migration
2 stars 3 forks source link

Typo in f2py typedefs (Trac #2183) #5973

Open numpy-gitbot opened 11 years ago

numpy-gitbot commented 11 years ago

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.

numpy-gitbot commented 11 years ago

Attachment added by trac user pepijndevos on 2012-07-09: 0001-fixed-a-spelling-error-in-f2py-type-definitions.patch

numpy-gitbot commented 11 years ago

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).

numpy-gitbot commented 11 years ago

Attachment added by trac user pepijndevos on 2012-07-10: 0001-fix-typo-in-cfuncs.patch