[Python-checkins] cpython (merge 3.5 -> default): Merge ctypes from 3.5
martin.panter
python-checkins at python.org
Sat May 14 02:28:01 EDT 2016
https://hg.python.org/cpython/rev/4127eb29c4e1
changeset: 101332:4127eb29c4e1
parent: 101330:d90c8b4e5566
parent: 101331:d6f990df886a
user: Martin Panter <vadmium+py at gmail.com>
date: Sat May 14 06:17:30 2016 +0000
summary:
Merge ctypes from 3.5
files:
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
--- 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_
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list