mirror of https://github.com/python/cpython
Backed out changeset 8b6be1341770
This commit is contained in:
parent
4672060d86
commit
5130a4d5d7
|
@ -34,6 +34,7 @@ union value {
|
|||
#ifdef HAVE_LONG_LONG
|
||||
PY_LONG_LONG ll;
|
||||
#endif
|
||||
long double D;
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -305,6 +306,7 @@ struct tagPyCArgObject {
|
|||
#ifdef HAVE_LONG_LONG
|
||||
PY_LONG_LONG q;
|
||||
#endif
|
||||
long double D;
|
||||
double d;
|
||||
float f;
|
||||
void *p;
|
||||
|
|
Loading…
Reference in New Issue