SIGN IN SIGN UP

asyncio: sync overlapped.c with GitHub

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.
V
Victor Stinner committed
ccdbe80a56d052aaffa1c1c9df62f63c0baa548b
Parent: 3ee147f