Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpo-33601 Py_UTF8Mode is not documented#31480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Closed
Changes fromall commits
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
10 changes: 10 additions & 0 deletionsDoc/c-api/init.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -340,6 +340,16 @@ to 1 and ``-bb`` sets :c:data:`Py_BytesWarningFlag` to 2.

.. deprecated-removed:: 3.12 3.15

.. c:var:: int Py_UTF8Mode

Enables the UTF-8 Mode.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

You can add a link tohttps://docs.python.org/dev/library/os.html#python-utf-8-mode usingutf8-mode reference. Please replace "UTF-8 Mode" with "Pyhon UTF-8 Mode".


If set to 1, enable the UTF-8 Mode.
If set to 0, disable the UTF-8 Mode.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'm not sure that it works this way. preconfig_get_global_vars() ignores Py_UTF8Mode ifPy_UTF8Mode <= 0.

Py_UTF8Mode should not be used: PyPreConfig.utf8_mode should be used instead. Today, it seems like the only purpose of Py_UTF8Mode is to explicitly enable the Python UTF-8 Mode with Py_UTF8Mode=1.

If set to -1, look for the :option:`-x` option and the :envvar:`PYTHONUTF8` environment variable.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Please mention that the variable is now deprecated:#93943

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Done in3ec424d (#31480) when resolving the conflict.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
If set to -1, look for the:option:`-x` option and the:envvar:`PYTHONUTF8` environment variable.
If set to -1, look for the:option:`-x utf8 <-x>` command line option and the:envvar:`PYTHONUTF8` environment variable.


.. deprecated-removed:: 3.12 3.15


Initializing and finalizing the interpreter
===========================================
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp