]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove PEP 291 compatibility requirements for ctypes and modulefinder
authorMartin Panter <vadmium+py@gmail.com>
Sat, 14 May 2016 07:25:37 +0000 (07:25 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 14 May 2016 07:25:37 +0000 (07:25 +0000)
commitf45c1755c32bac80059e463039f7f0a644593189
treef587076cd3547b7ad8647df66cec07057961f4fe
parent0e1c5f7dae23ce0a3a8604a950349c2f0767de32
Remove PEP 291 compatibility requirements for ctypes and modulefinder

https://mail.python.org/pipermail/python-dev/2016-May/144502.html
20 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/test/test_structures.py
Lib/ctypes/util.py
Lib/ctypes/wintypes.py
Lib/modulefinder.py
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/ctypes_dlfcn.h
Modules/_ctypes/malloc_closure.c
Modules/_ctypes/stgdict.c