From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Date: Wed, 2 Feb 2022 08:16:36 +0000 (+0530) Subject: Remove Python 3.3 compatibility code from overlapped.c (GH-31049) X-Git-Tag: v3.11.0a5~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a05866ce3e617e2b74c205f27a89eab63c7b3101;p=thirdparty%2FPython%2Fcpython.git Remove Python 3.3 compatibility code from overlapped.c (GH-31049) --- diff --git a/Modules/overlapped.c b/Modules/overlapped.c index 7c4570896bc5..2ba48c8b845f 100644 --- a/Modules/overlapped.c +++ b/Modules/overlapped.c @@ -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"