]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backed out changeset 8b6be1341770
authorBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 00:22:09 +0000 (17:22 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 00:22:09 +0000 (17:22 -0700)
Modules/_ctypes/ctypes.h

index d1e04773976faabe43b95e6aa8f0f58c48bc1e50..394534bff53fc82ae515ae2274f0450aaa08ddf5 100644 (file)
@@ -72,6 +72,7 @@ union value {
 #ifdef HAVE_LONG_LONG
                 PY_LONG_LONG ll;
 #endif
+                long double D;
 };
 
 /*
@@ -343,6 +344,7 @@ struct tagPyCArgObject {
 #ifdef HAVE_LONG_LONG
         PY_LONG_LONG q;
 #endif
+        long double D;
         double d;
         float f;
         void *p;