| commit | ccdbe80a56d052aaffa1c1c9df62f63c0baa548b | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Fri Apr 01 21:37:41 2016 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Fri Apr 01 21:37:41 2016 +0200 |
| tree | 8204b6847cc1c1775b605d7ef25699792938ae2b | |
| parent | 3ee147ffbb944646843a7310da7139cbfb985ce0 [diff] |
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.