]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove Python 3.3 compatibility code from overlapped.c (GH-31049)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 2 Feb 2022 08:16:36 +0000 (13:46 +0530)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 08:16:36 +0000 (10:16 +0200)
Modules/overlapped.c

index 7c4570896bc591077af682ebafc5f55250c8ee7b..2ba48c8b845f533a650136270498bec573ab69b8 100644 (file)
 #  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"