[Python-checkins] cpython (merge 3.5 -> default): merge 3.5

benjamin.peterson python-checkins at python.org
Mon Sep 5 19:27:34 EDT 2016


https://hg.python.org/cpython/rev/58b093fd094f
changeset:   103097:58b093fd094f
parent:      103094:d52f10a0f10d
parent:      103095:8b6be1341770
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Sep 05 16:27:08 2016 -0700
summary:
  merge 3.5

files:
  Modules/_ctypes/ctypes.h |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Modules/_ctypes/ctypes.h b/Modules/_ctypes/ctypes.h
--- a/Modules/_ctypes/ctypes.h
+++ b/Modules/_ctypes/ctypes.h
@@ -34,7 +34,6 @@
 #ifdef HAVE_LONG_LONG
                 PY_LONG_LONG ll;
 #endif
-                long double D;
 };
 
 /*
@@ -306,7 +305,6 @@
 #ifdef HAVE_LONG_LONG
         PY_LONG_LONG q;
 #endif
-        long double D;
         double d;
         float f;
         void *p;

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list