• Victor Stinner's avatar
    asyncio: sync overlapped.c with GitHub · ccdbe80a
    Victor Stinner yazdı
    On Python 3.3, use aliases:
    
    * PyMem_RawMalloc = PyMem_Malloc
    * PyMem_RawFree = PyMem_Free
    
    These aliases are not need in Python 3.5, but this change makes synchronization
    of code base simpler.
    ccdbe80a
overlapped.c 36.3 KB