Skip to content

Commit e5a2111

Browse files
committed
perfmaps fix 3
1 parent bd7eb99 commit e5a2111

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Doc/c-api/perfmaps.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ Note that holding an :term:`attached thread state` is not required for these API
5050
general, there shouldn't be a reason to explicitly call this, except to
5151
handle specific scenarios such as forking.
5252
53-
These unstable functions let you access and set perf map information
54-
about the current frame from C code.
55-
56-
Note: Appends the content of the parent frame to the current one in perf maps.
57-
Just like in frameobject.h.
58-
5953
.. c:function:: int PyUnstable_CopyPerfMapFile(const char *parent_filename)
6054
6155
Open the ``/tmp/perf-$pid.map`` file and append the content of *parent_filename*
@@ -66,7 +60,6 @@ Just like in frameobject.h.
6660
6761
.. versionadded:: 3.13
6862
69-
7063
.. c:function:: int PyUnstable_PerfTrampoline_CompileCode(PyCodeObject *code)
7164
7265
Compile the given code object using the current perf trampoline.
@@ -81,7 +74,6 @@ Just like in frameobject.h.
8174
8275
.. versionadded:: 3.13
8376
84-
8577
.. c:function:: int PyUnstable_PerfTrampoline_SetPersistAfterFork(int enable)
8678
8779
Set whether the perf trampoline should persist after a fork.

0 commit comments

Comments
 (0)