diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-14 06:17:30 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-14 06:17:30 (GMT) |
commit | 0e40df6e54a8a7f44c690b01cd41de68dcac82c6 (patch) | |
tree | 3857298124c1072069f2acd2b5d090f572b32f40 /Modules | |
parent | e9e3a7cd3c491d29a81b9c0a627e469cb3721c94 (diff) | |
parent | 2dc1bbb659eb1812ec4d556573fc51b4426889e7 (diff) | |
download | cpython-0e40df6e54a8a7f44c690b01cd41de68dcac82c6.zip cpython-0e40df6e54a8a7f44c690b01cd41de68dcac82c6.tar.gz cpython-0e40df6e54a8a7f44c690b01cd41de68dcac82c6.tar.bz2 |
Merge ctypes from 3.5
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_ctypes/ctypes_dlfcn.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_ctypes/ctypes_dlfcn.h b/Modules/_ctypes/ctypes_dlfcn.h index d8bf904..54cdde9 100644 --- a/Modules/_ctypes/ctypes_dlfcn.h +++ b/Modules/_ctypes/ctypes_dlfcn.h @@ -1,7 +1,3 @@ -/***************************************************************** - This file should be kept compatible with Python 2.3, see PEP 291. - *****************************************************************/ - #ifndef _CTYPES_DLFCN_H_ #define _CTYPES_DLFCN_H_ |