mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Document that -d option and PYTHONDEBUG env var require a debug build of Python. Also mention them in the debug build documentation.
This commit is contained in:
parent
fbd11f3edd
commit
c7667a2d35
3 changed files with 13 additions and 2 deletions
|
@ -986,6 +986,9 @@ PyConfig
|
|||
Incremented by the :option:`-d` command line option. Set to the
|
||||
:envvar:`PYTHONDEBUG` environment variable value.
|
||||
|
||||
Need a :ref:`debug build of Python <debug-build>` (the ``Py_DEBUG`` macro
|
||||
must be defined).
|
||||
|
||||
Default: ``0``.
|
||||
|
||||
.. c:member:: int pathconfig_warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue