Issue32898
Created on 2018-02-21 19:35 by eelizondo, last changed 2018-02-22 05:44 by miss-islington. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5800 | merged | eelizondo, 2018-02-21 19:35 | |
| PR 5806 | merged | miss-islington, 2018-02-22 04:56 | |
| Messages (3) | |||
|---|---|---|---|
| msg312504 - (view) | Author: Eddie Elizondo (eelizondo) * | Date: 2018-02-21 19:35 | |
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 |
|||
| msg312533 - (view) | Author: Benjamin Peterson (benjamin.peterson) * | Date: 2018-02-22 04:55 | |
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/745dc65b17b3936e3f9f4099f735f174d30c4e0c |
|||
| msg312535 - (view) | Author: miss-islington (miss-islington) | Date: 2018-02-22 05:44 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-22 05:44:13 | miss-islington | set | nosy:
+ miss-islington messages: + msg312535 |
| 2018-02-22 04:56:29 | miss-islington | set | pull_requests: + pull_request5583 |
| 2018-02-22 04:55:21 | benjamin.peterson | set | status: open -> closed nosy:
+ benjamin.peterson resolution: fixed |
| 2018-02-21 20:06:54 | serhiy.storchaka | set | stage: patch review versions: + Python 3.7, Python 3.8 |
| 2018-02-21 19:35:25 | eelizondo | create | |