Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
true/false
  • Loading branch information
vstinner committed Aug 17, 2023
commit f769755bfacb614508ad2262379c8edd8a4e45ee
4 changes: 2 additions & 2 deletions Doc/c-api/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ Initializing and finalizing the interpreter

.. c:function:: int Py_IsFinalizing()
Comment thread
serhiy-storchaka marked this conversation as resolved.

Return non-zero if the Python interpreter is :term:`shutting down
<interpreter shutdown>`, return 0 otherwise.
Return true (non-zero) if the Python interpreter is :term:`shutting down
<interpreter shutdown>`, return false (zero) otherwise.

.. versionadded:: 3.13

Expand Down