Skip to content

Commit a05866c

Browse files
Remove Python 3.3 compatibility code from overlapped.c (GH-31049)
1 parent 3483aa6 commit a05866c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Modules/overlapped.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
# define T_POINTER T_ULONGLONG
2424
#endif
2525

26-
/* Compatibility with Python 3.3 */
27-
#if PY_VERSION_HEX < 0x03040000
28-
# define PyMem_RawMalloc PyMem_Malloc
29-
# define PyMem_RawFree PyMem_Free
30-
#endif
31-
3226
#define F_HANDLE F_POINTER
3327
#define F_ULONG_PTR F_POINTER
3428
#define F_DWORD "k"

0 commit comments

Comments
 (0)