• Robert Bradshaw's avatar
    Move "longintrepr.h" inclusion before any user includes. · 25ec392a
    Robert Bradshaw authored
    This solves the issue reported by Volker Braun where conflicting
    using aliases of uint64_t would result in compile time errors.
    
    Unfortunately, this also means that it's always included if
    CYTHON_USE_PYLONG_INTERNALS is set, but it's a short header.
    25ec392a
ModuleSetupCode.c 21.1 KB