[issue32898] [BUILD] Using COUNT_ALLOCS breaks build

2018-02-21 Thread miss-islington
miss-islington added the comment: New changeset bc2e1104693fd471b96ecac5b2ab4cffa09830ab by Miss Islington (bot) in branch '3.7': closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) https://github.com/python/cpython/commit/bc2e1104693fd471b96ecac5b2ab4cffa09830ab -- n

[issue32898] [BUILD] Using COUNT_ALLOCS breaks build

2018-02-21 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 745dc65b17b3936e3f9f4099f735f174d30c4e0c by Benjamin Peterson (Eddie Elizondo) in branch 'master': closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) https://github.com/python/cpython/commit/745dc65b17b3936e3f9f4099f735f174d30

[issue32898] [BUILD] Using COUNT_ALLOCS breaks build

2018-02-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +5583 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32898] [BUILD] Using COUNT_ALLOCS breaks build

2018-02-21 Thread Eddie Elizondo
New submission from Eddie Elizondo : 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) Dec

[issue32898] [BUILD] Using COUNT_ALLOCS breaks build

2018-02-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- stage: -> patch review versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list