mirror of https://github.com/python/cpython
Remove Python 3.3 compatibility code from overlapped.c (GH-31049)
This commit is contained in:
parent
3483aa65df
commit
a05866ce3e
|
@ -23,12 +23,6 @@
|
|||
# define T_POINTER T_ULONGLONG
|
||||
#endif
|
||||
|
||||
/* Compatibility with Python 3.3 */
|
||||
#if PY_VERSION_HEX < 0x03040000
|
||||
# define PyMem_RawMalloc PyMem_Malloc
|
||||
# define PyMem_RawFree PyMem_Free
|
||||
#endif
|
||||
|
||||
#define F_HANDLE F_POINTER
|
||||
#define F_ULONG_PTR F_POINTER
|
||||
#define F_DWORD "k"
|
||||
|
|
Loading…
Reference in New Issue