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: complete C API doc debug and profile part with new PyTrace_OPCODE
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, ncoghlan, pablogsal, xiang.zhang
Priority: normal Keywords: patch

Created on 2018-01-24 13:02 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5360 merged xiang.zhang, 2018-01-27 15:39
Messages (3)
msg310588 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2018-01-24 13:02
As the title, the new PyTrace_OPCODE event is not documented in C API doc yet.
msg310931 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2018-01-28 09:53
New changeset 255f7a26da47ca6b7bd1d375b8a04920f68c119c by Nick Coghlan (Xiang Zhang) in branch 'master':
bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)
https://github.com/python/cpython/commit/255f7a26da47ca6b7bd1d375b8a04920f68c119c
msg310932 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2018-01-28 09:54
Merged, thanks!
History
Date User Action Args
2022-04-11 14:58:57adminsetgithub: 76830
2018-01-28 09:54:19ncoghlansetstatus: open -> closed
type: enhancement
messages: + msg310932

resolution: fixed
stage: patch review -> resolved
2018-01-28 09:53:46ncoghlansetmessages: + msg310931
2018-01-27 15:39:23xiang.zhangsetkeywords: + patch
stage: patch review
pull_requests: + pull_request5205
2018-01-24 13:02:30xiang.zhangcreate