[Python-checkins] cpython (3.5): Backed out changeset 8b6be1341770

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


https://hg.python.org/cpython/rev/f858d4ee1b2d
changeset: 103100:f858d4ee1b2d
branch: 3.5
parent: 103098:ecbad01262c8
user: Benjamin Peterson <benjamin at python.org>
date: Mon Sep 05 17:22:09 2016 -0700
summary:
 Backed out changeset 8b6be1341770
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

AltStyle によって変換されたページ (->オリジナル) /