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

benjamin.peterson python-checkins at python.org
Mon Sep 5 20:22:36 EDT 2016


https://hg.python.org/cpython/rev/c259ae9ebdd5
changeset:   103102:c259ae9ebdd5
parent:      103099:ee58ece83391
parent:      103100:f858d4ee1b2d
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Sep 05 17:22:22 2016 -0700
summary:
  merge 3.5

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


diff --git a/Modules/_ctypes/ctypes.h b/Modules/_ctypes/ctypes.h
--- a/Modules/_ctypes/ctypes.h
+++ b/Modules/_ctypes/ctypes.h
@@ -34,6 +34,7 @@
 #ifdef HAVE_LONG_LONG
                 PY_LONG_LONG ll;
 #endif
+                long double D;
 };
 
 /*
@@ -305,6 +306,7 @@
 #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