This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Enable specialization stats collection when in Py_DEBUG
Type: enhancement Stage: resolved
Components: Interpreter Core Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Mark.Shannon, iritkatriel
Priority: normal Keywords: patch

Created on 2021-08-11 15:32 by iritkatriel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 27731 merged iritkatriel, 2021-08-11 16:45
PR 27740 merged iritkatriel, 2021-08-12 11:46
Messages (3)
msg399401 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-08-11 15:32
Always collect stats under Py_Debug, which makes them available through the python api. Printing at interpreter exit is still disabled by default.
msg399442 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2021-08-12 11:15
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
msg399454 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-08-12 14:20
New changeset 789a6af29f531f78abd2e2f6af80084ccabf80b1 by Irit Katriel in branch 'main':
bpo-44890: Fix AMD build error (GH-27740)
https://github.com/python/cpython/commit/789a6af29f531f78abd2e2f6af80084ccabf80b1
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 89053
2021-08-12 14:20:48iritkatrielsetmessages: + msg399454
2021-08-12 11:46:47iritkatrielsetpull_requests: + pull_request26219
2021-08-12 11:18:06iritkatrielsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-08-12 11:15:14Mark.Shannonsetnosy: + Mark.Shannon
messages: + msg399442
2021-08-11 16:45:00iritkatrielsetkeywords: + patch
stage: patch review
pull_requests: + pull_request26211
2021-08-11 15:33:15iritkatrielsettitle: Enable specialization stats collection when Py_Debug -> Enable specialization stats collection when in Py_DEBUG
2021-08-11 15:32:54iritkatrielsettitle: Enable serialisation stats collection when Py_Debug -> Enable specialization stats collection when Py_Debug
2021-08-11 15:32:36iritkatrielcreate