[issue31407] --without-pymalloc broken

2017-09-11 Thread Eric Snow
Eric Snow added the comment: New changeset ba6d5d1defd7a281c8c8804e4b4cfd7370886236 by Eric Snow in branch 'master': bpo-30860: Always provide serialno. (#3507) https://github.com/python/cpython/commit/ba6d5d1defd7a281c8c8804e4b4cfd7370886236 --

[issue31407] --without-pymalloc broken

2017-09-11 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31407] --without-pymalloc broken

2017-09-11 Thread Eric Snow
Eric Snow added the comment: I've verified that the PR fixes the problem. -- ___ Python tracker ___ ___

[issue31407] --without-pymalloc broken

2017-09-11 Thread Eric Snow
Changes by Eric Snow : -- keywords: +patch pull_requests: +3502 stage: needs patch -> patch review ___ Python tracker ___

[issue31407] --without-pymalloc broken

2017-09-11 Thread Eric Snow
Eric Snow added the comment: I'm looking into this. -- assignee: -> eric.snow ___ Python tracker ___ ___

[issue31407] --without-pymalloc broken

2017-09-10 Thread Stefan Krah
New submission from Stefan Krah: ./configure --without-pymalloc produces: Objects/obmalloc.c: In function ‘bumpserialno’: Objects/obmalloc.c:1326:21: error: ‘struct _pymem_runtime_state’ has no member named ‘serialno’ ++_PyRuntime.mem.serialno; ^ Objects/obmalloc.c: