Commit 498208da authored by Marius Wachtler's avatar Marius Wachtler

Merge commit 'bff9936c' into refcounting

parents 1ea38436 bff9936c
......@@ -343,7 +343,8 @@ struct tagPyCArgObject {
#ifdef HAVE_LONG_LONG
PY_LONG_LONG q;
#endif
long double D;
// Pyston change: disable this 16byte type because our allocator doesn't align allocs to 16byte.
// long double D;
double d;
float f;
void *p;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment