We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cff4b commit 7fbbdcfCopy full SHA for 7fbbdcf
Doc/c-api/long.rst
@@ -163,7 +163,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
163
164
.. c:macro:: PyLong_FromPid(pid)
165
166
- Macro for creating a Python integer from a process ID.
+ Macro for creating a Python integer from a process identifier.
167
168
This can be defined as an alias to :c:func:`PyLong_FromLong` or
169
:c:func:`PyLong_FromLongLong`, depending on the size of the system's
0 commit comments