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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31407>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to