[New-bugs-announce] [issue32898] [BUILD] Using COUNT_ALLOCS breaks build

Eddie Elizondo report at bugs.python.org
Wed Feb 21 14:35:25 EST 2018


New submission from Eddie Elizondo <eduardo.elizondorueda at gmail.com>:

The following build crashed:
mkdir debug && cd debug
../configure --with-pydebug
make EXTRA_CFLAGS="-DCOUNT_ALLOCS"

The bug was introduced here: https://github.com/python/cpython/commit/25420fe290b98171e6d30edf9350292c21ef700e

Fix:
1) s/inter/interp/
2) Declare PyTypeObject

----------
components: Build
messages: 312504
nosy: elizondo93
priority: normal
pull_requests: 5578
severity: normal
status: open
title: [BUILD] Using COUNT_ALLOCS breaks build
type: compile error

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


More information about the New-bugs-announce mailing list