diff options
author | Eddie Elizondo <eduardo.elizondorueda@gmail.com> | 2018-02-22 04:55:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-02-22 04:55:18 (GMT) |
commit | 745dc65b17b3936e3f9f4099f735f174d30c4e0c (patch) | |
tree | 23b81a11c1e61eb12828acfd356e85866a7edf24 /Misc | |
parent | c84cf6c03fce1fb73bfaf91d7909f1c2708f14a2 (diff) | |
download | cpython-745dc65b17b3936e3f9f4099f735f174d30c4e0c.zip cpython-745dc65b17b3936e3f9f4099f735f174d30c4e0c.tar.gz cpython-745dc65b17b3936e3f9f4099f735f174d30c4e0c.tar.bz2 |
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Build/2018-02-21-12-46-00.bpo-32898.M15bZh.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -425,6 +425,7 @@ Tal Einat Eric Eisner Andrew Eland Julien Élie +Eduardo Elizondo Lance Ellinghaus Daniel Ellis Phil Elson diff --git a/Misc/NEWS.d/next/Build/2018-02-21-12-46-00.bpo-32898.M15bZh.rst b/Misc/NEWS.d/next/Build/2018-02-21-12-46-00.bpo-32898.M15bZh.rst new file mode 100644 index 0000000..4c75466 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2018-02-21-12-46-00.bpo-32898.M15bZh.rst @@ -0,0 +1 @@ +Fix the python debug build when using COUNT_ALLOCS. |