[New-bugs-announce] [issue36900] Use _PyCoreConfig rather than global configuration variables

STINNER Victor report at bugs.python.org
Mon May 13 07:07:28 EDT 2019


New submission from STINNER Victor <vstinner at redhat.com>:

PyInterpreterState.config is now preferred over global configuration variables, so two interpreters can have a different configuration, the "state" of an interpreter is now better defined (especially when and how its configuration is set).

Attached PRs fix these isssues.

----------
components: Interpreter Core
messages: 342310
nosy: vstinner
priority: normal
severity: normal
status: open
title: Use _PyCoreConfig rather than global configuration variables
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36900>
_______________________________________


More information about the New-bugs-announce mailing list