[issue44890] Enable specialization stats collection when in Py_DEBUG

2021-08-12 Thread Irit Katriel
Irit Katriel added the comment: New changeset 789a6af29f531f78abd2e2f6af80084ccabf80b1 by Irit Katriel in branch 'main': bpo-44890: Fix AMD build error (GH-27740) https://github.com/python/cpython/commit/789a6af29f531f78abd2e2f6af80084ccabf80b1 -- __

[issue44890] Enable specialization stats collection when in Py_DEBUG

2021-08-12 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +26219 pull_request: https://github.com/python/cpython/pull/27740 ___ Python tracker ___

[issue44890] Enable specialization stats collection when in Py_DEBUG

2021-08-12 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44890] Enable specialization stats collection when in Py_DEBUG

2021-08-12 Thread Mark Shannon
Mark Shannon added the comment: New changeset 8ac0886091c27bf4b6bb0a9b571e174b554d31a4 by Irit Katriel in branch 'main': bpo-44890: collect specialization stats if Py_DEBUG (GH-27731) https://github.com/python/cpython/commit/8ac0886091c27bf4b6bb0a9b571e174b554d31a4 -- nosy: +Mark.Sh

[issue44890] Enable specialization stats collection when in Py_DEBUG

2021-08-11 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +26211 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27731 ___ Python tracker ___ ___

[issue44890] Enable specialization stats collection when in Py_DEBUG

2021-08-11 Thread Irit Katriel
Change by Irit Katriel : -- title: Enable specialization stats collection when Py_Debug -> Enable specialization stats collection when in Py_DEBUG ___ Python tracker ___ _