[New-bugs-announce] [issue31407] --without-pymalloc broken

Stefan Krah report at bugs.python.org
Sun Sep 10 11:36:36 EDT 2017


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: In function ‘_PyMem_DebugRawAlloc’:
Objects/obmalloc.c:1417:44: error: ‘struct _pymem_runtime_state’ has no member named ‘serialno’
     write_size_t(tail + SST, _PyRuntime.mem.serialno);
                                            ^
Objects/obmalloc.c: In function ‘_PyMem_DebugRawRealloc’:
Objects/obmalloc.c:1502:44: error: ‘struct _pymem_runtime_state’ has no member named ‘serialno’
     write_size_t(tail + SST, _PyRuntime.mem.serialno);
                                            ^

----------
components: Build
messages: 301810
nosy: eric.snow, skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: --without-pymalloc broken
type: compile error

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31407>
_______________________________________


More information about the New-bugs-announce mailing list