]> granicus.if.org Git - python/commit
Remove all the Python 2.3 compatibility markers (the Python 3 ctypes
authorThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 11:49:15 +0000 (11:49 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 11:49:15 +0000 (11:49 +0000)
commit84d66a084364ad85383a6d5d10e80f8324421d7e
tree8c82a7b3b4396628844130e0f076f411dc76e5f2
parente5095e187ba80a5265d44807c7371440f903dc31
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.
15 files changed:
Lib/ctypes/__init__.py
Lib/ctypes/_endian.py
Lib/ctypes/macholib/__init__.py
Lib/ctypes/macholib/dyld.py
Lib/ctypes/macholib/dylib.py
Lib/ctypes/macholib/framework.py
Lib/ctypes/util.py
Lib/ctypes/wintypes.py
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_ctypes/malloc_closure.c
Modules/_ctypes/stgdict.c