Nick Coghlan <ncogh...@gmail.com> added the comment:

Also, the basic rules of thumb I use for deciding whether or not a setting 
belongs in CoreConfig:

* does `PyUnicode_New` need this? (If yes, then include it)
* does the importlib bootstrapping need this? (If yes, then include it)

Everything else goes in MainInterpreterConfig as a real Python object.

We may need other structs internally to help manage the way Py_Main populates 
MainInterpreterConfig, but those should be made a required part of the future 
public initialization API (although we may decide to expose them as "use them 
if you want to better emulate CPython's default behaviour" helper APIs).

----------

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

Reply via email to