@@ -116,12 +116,12 @@ Error Handling
116116
117117 Get the *config * exit code.
118118
119- Return ``0 ``.
119+ Return ``0 `` and leave * \* exitcode * unchanged .
120120
121121 In Python 3.15, :c:func: `Py_InitializeFromInitConfig ` sets an exit code if a
122122 command line option wants to exit Python. This is no longer the case in
123- Python 3.16. Instead, the option is processed in :c:func: `Py_RunMain `. This
124- function became useless.
123+ Python 3.16. Instead, the option is now processed in :c:func: `Py_RunMain `.
124+ This function became useless.
125125
126126 .. deprecated :: next
127127
@@ -787,9 +787,9 @@ PyStatus
787787 Exit Python with the specified exit code.
788788
789789 .. deprecated:: next
790- :c:func:`Py_InitializeFromInitConfig ` no longer sets an exit code if a
790+ :c:func:`Py_InitializeFromConfig ` no longer sets an exit code if a
791791 command line option wants to exit Python. Instead, the option is
792- processed in :c:func:`Py_RunMain`.
792+ now processed in :c:func:`Py_RunMain`.
793793
794794 Functions to handle a status:
795795
@@ -807,9 +807,9 @@ PyStatus
807807 Is the result an exit?
808808
809809 .. deprecated:: next
810- :c:func:`Py_InitializeFromInitConfig ` no longer sets an exit code if a
810+ :c:func:`Py_InitializeFromConfig ` no longer sets an exit code if a
811811 command line option wants to exit Python. Instead, the option is
812- processed in :c:func:`Py_RunMain`.
812+ now processed in :c:func:`Py_RunMain`.
813813
814814 .. c:function:: void Py_ExitStatusException(PyStatus status)
815815
0 commit comments