• Barry Warsaw's avatar
    Moved LONG_LONG #define from longobject.h to here, since it's needed · fd847b23
    Barry Warsaw yazdı
    by the following.
    
    typedef in a portable way the Python name for the C9X uintptr_t type.
    This latter is the most portable way to spell an integral type to
    which a void* can be cast to and back again without losing
    information.  Parallel checkin hacks configure to check if the
    platform/compiler supports the C9X name.
    fd847b23
pyport.h 10.2 KB