STINNER Victor <vstin...@python.org> added the comment:

Global configuration variables are part of the C API. They are now documented:
https://docs.python.org/dev/c-api/init.html#global-configuration-variables

They are used to populate PyConfig (PEP 587). At startup, the PyConfig is 
copied into these global configuration variables. After the Python 
initilization, they are no longer read, but PyConfig (tstate->interp->config) 
is read instead.

You can simply remove the two lines comment from pydebug.h.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40520>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to