mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
merge 3.5
This commit is contained in:
commit
f3dd32950b
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ union value {
|
||||||
#ifdef HAVE_LONG_LONG
|
#ifdef HAVE_LONG_LONG
|
||||||
PY_LONG_LONG ll;
|
PY_LONG_LONG ll;
|
||||||
#endif
|
#endif
|
||||||
|
long double D;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -305,6 +306,7 @@ struct tagPyCArgObject {
|
||||||
#ifdef HAVE_LONG_LONG
|
#ifdef HAVE_LONG_LONG
|
||||||
PY_LONG_LONG q;
|
PY_LONG_LONG q;
|
||||||
#endif
|
#endif
|
||||||
|
long double D;
|
||||||
double d;
|
double d;
|
||||||
float f;
|
float f;
|
||||||
void *p;
|
void *p;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue