File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ kernel/git/torvalds/linux.git/tree/tools/perf/Documentation/jit-interface.txt>`_
1616In Python, these helper APIs can be used by libraries and features that rely
1717on generating machine code on the fly.
1818
19- Note that holding the Global Interpreter Lock (GIL) is not required for these APIs.
19+ Note that holding the Global Interpreter Lock (GIL) is not required for these APIs.
2020
2121.. c :function :: int PyUnstable_PerfMapState_Init (void)
2222
@@ -25,7 +25,7 @@ Note that holding the Global Interpreter Lock (GIL) is not required for these AP
2525 done through :c:func: `PyUnstable_WritePerfMapEntry `). Normally, there's no need
2626 to call this explicitly, and it is safe to directly use :c:func:`PyUnstable_WritePerfMapEntry`
2727 in your code. If the state isn't already initialized, it will be created on
28- the first call.
28+ the first call.
2929
3030.. c:function:: int PyUnstable_WritePerfMapEntry(const void *code_addr, unsigned int code_size, const char *entry_name)
3131
You can’t perform that action at this time.
0 commit comments