We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
errno
1 parent 10630e8 commit 386dd42Copy full SHA for 386dd42
Doc/c-api/perfmaps.rst
@@ -27,8 +27,8 @@ Note that holding the Global Interpreter Lock (GIL) is not required for these AP
27
and it will initialize the state on first call.
28
29
Returns ``0`` on success, ``-1`` on failure to create/open the perf map file,
30
- or ``-2`` on failure to create a lock. Check :c:data:`errno` for more
31
- information about the cause of a failure.
+ or ``-2`` on failure to create a lock. Check ``errno`` for more information
+ about the cause of a failure.
32
33
.. c:function:: int PyUnstable_WritePerfMapEntry(const void *code_addr, unsigned int code_size, const char *entry_name)
34
0 commit comments