File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -687,6 +687,13 @@ Miscellaneous options
687687
688688 .. versionadded :: 3.14
689689
690+ * :samp: `-X pathconfig_warnings={ 0,1 } ` if true (``1 ``) then
691+ :ref: `sys_path_init ` is allowed to log warnings into stderr.
692+ If false (``0 ``) suppress these warnings. Set to true by default.
693+ See also :envvar: `PYTHON_PATHCONFIG_WARNINGS `.
694+
695+ .. versionadded :: next
696+
690697 * :samp: `-X tlbc={ 0,1 } ` enables (1, the default) or disables (0) thread-local
691698 bytecode in builds configured with :option: `--disable-gil `. When disabled,
692699 this also disables the specializing interpreter. See also
@@ -1350,6 +1357,14 @@ conflict.
13501357
13511358 .. versionadded :: 3.14
13521359
1360+ .. envvar :: PYTHON_PATHCONFIG_WARNINGS
1361+
1362+ If true (``1 ``) then :ref: `sys_path_init ` is allowed to log warnings into
1363+ stderr. If false (``0 ``) suppress these warnings. Set to true by default.
1364+ See also :option: `-X pathconfig_warnings<-X> `.
1365+
1366+ .. versionadded :: next
1367+
13531368.. envvar :: PYTHON_JIT
13541369
13551370 On builds where experimental just-in-time compilation is available, this
You can’t perform that action at this time.
0 commit comments