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: Use NOTRACE_DISPATCH in specialized opcodes
Type: performance Stage: resolved
Components: Interpreter Core Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Dennis Sweeney, Mark.Shannon
Priority: normal Keywords: patch

Created on 2022-01-17 21:40 by Dennis Sweeney, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30652 merged Dennis Sweeney, 2022-01-17 21:41
Messages (1)
msg411582 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2022-01-25 12:28
New changeset 96bf84d57a7c29544866a6c20231603049de4919 by Dennis Sweeney in branch 'main':
bpo-46420: Use NOTRACE_DISPATCH() in specialized opcodes (GH-30652)
https://github.com/python/cpython/commit/96bf84d57a7c29544866a6c20231603049de4919
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90578
2022-01-25 19:30:21Dennis Sweeneysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-01-25 12:28:42Mark.Shannonsetnosy: + Mark.Shannon
messages: + msg411582
2022-01-17 21:41:23Dennis Sweeneysetkeywords: + patch
stage: patch review
pull_requests: + pull_request28853
2022-01-17 21:40:54Dennis Sweeneycreate