Thanks to visit codestin.com Credit goes to github.com
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 2fadfc0 commit de02b08Copy full SHA for de02b08
1 file changed
Doc/c-api/init.rst
@@ -37,6 +37,10 @@ Initializing and finalizing the interpreter
37
(without calling :c:func:`Py_Finalize` first). There is no return value; it is a
38
fatal error if the initialization fails.
39
40
+ .. note::
41
+ On Windows, changes the console mode from ``O_TEXT`` to ``O_BINARY``, which will
42
+ also affect non-Python uses of the console using the C Runtime.
43
+
44
45
.. c:function:: void Py_InitializeEx(int initsigs)
46
0 commit comments