diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-01 19:37:41 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-01 19:37:41 (GMT) |
commit | ccdbe80a56d052aaffa1c1c9df62f63c0baa548b (patch) | |
tree | 8204b6847cc1c1775b605d7ef25699792938ae2b /Lib/asyncio | |
parent | 3ee147ffbb944646843a7310da7139cbfb985ce0 (diff) | |
download | cpython-ccdbe80a56d052aaffa1c1c9df62f63c0baa548b.zip cpython-ccdbe80a56d052aaffa1c1c9df62f63c0baa548b.tar.gz cpython-ccdbe80a56d052aaffa1c1c9df62f63c0baa548b.tar.bz2 |
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.
Diffstat (limited to 'Lib/asyncio')
0 files changed, 0 insertions, 0 deletions