summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes/callbacks.c
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-07-13 11:49:15 (GMT)
committerThomas Heller <theller@ctypes.org>2007-07-13 11:49:15 (GMT)
commit84d66a084364ad85383a6d5d10e80f8324421d7e (patch)
tree8c82a7b3b4396628844130e0f076f411dc76e5f2 /Modules/_ctypes/callbacks.c
parente5095e187ba80a5265d44807c7371440f903dc31 (diff)
downloadcpython-84d66a084364ad85383a6d5d10e80f8324421d7e.zip
cpython-84d66a084364ad85383a6d5d10e80f8324421d7e.tar.gz
cpython-84d66a084364ad85383a6d5d10e80f8324421d7e.tar.bz2
Remove all the Python 2.3 compatibility markers (the Python 3 ctypes
version is not compatible with Python 2.x anymore). Remove backwards compatibility code.
Diffstat (limited to 'Modules/_ctypes/callbacks.c')
-rw-r--r--Modules/_ctypes/callbacks.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/_ctypes/callbacks.c b/Modules/_ctypes/callbacks.c
index 497599b..82f6cc1 100644
--- a/Modules/_ctypes/callbacks.c
+++ b/Modules/_ctypes/callbacks.c
@@ -1,9 +1,4 @@
-/*****************************************************************
- This file should be kept compatible with Python 2.3, see PEP 291.
- *****************************************************************/
-
#include "Python.h"
-#include "compile.h" /* required only for 2.3, as it seems */
#include "frameobject.h"
#include <ffi.h>