[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Issue 32649: complete C API doc debug and profile part with new PyTrace_OPCODE

The Wayback Machine - https://web.archive.org/web/20210523042331/https://bugs.python.org/issue32649

Issue32649

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 2018-01-28 09:54 by ncoghlan. 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) * 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) * 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) * Date: 2018-01-28 09:54
Merged, thanks!
History
Date User Action Args
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