diff options
author | Xiang Zhang <angwerzx@126.com> | 2018-01-28 09:53:38 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2018-01-28 09:53:38 (GMT) |
commit | 255f7a26da47ca6b7bd1d375b8a04920f68c119c (patch) | |
tree | f0441ea07a3268c3925232142fb91f8fb86ebcc3 /Misc | |
parent | 9ed0aee27c249dada410a22fff4325a4a61df36d (diff) | |
download | cpython-255f7a26da47ca6b7bd1d375b8a04920f68c119c.zip cpython-255f7a26da47ca6b7bd1d375b8a04920f68c119c.tar.gz cpython-255f7a26da47ca6b7bd1d375b8a04920f68c119c.tar.bz2 |
bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)
Updating the C API docs was missed when the per-opcode
tracing & profiling support was initially added.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-01-27-23-36-31.bpo-32649.o7qOjF.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-01-27-23-36-31.bpo-32649.o7qOjF.rst b/Misc/NEWS.d/next/Documentation/2018-01-27-23-36-31.bpo-32649.o7qOjF.rst new file mode 100644 index 0000000..8e80458 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-01-27-23-36-31.bpo-32649.o7qOjF.rst @@ -0,0 +1,2 @@ +Complete the C API documentation, profiling and tracing part with the newly +added per-opcode events. |