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

Currently, the global variable PyImport_Inittab is used. It should be made 
per-interpreter and I suggest to add something like PyConfig_AppendInittab() to 
the PyConfig API, so the configuration change would only impact a single 
interpreter. It would be possible to run two interpreters with two different 
inittab configuration.

----------
nosy: +vstinner
versions: +Python 3.11

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

Reply via email to