New submission from STINNER Victor <vstin...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue36900> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com