This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients daniel-falk, vstinner
Date 2021-12-06.16:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638807966.62.0.215753366128.issue45973@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-12-06 16:26:06vstinnersetrecipients: + vstinner, daniel-falk
2021-12-06 16:26:06vstinnersetmessageid: <1638807966.62.0.215753366128.issue45973@roundup.psfhosted.org>
2021-12-06 16:26:06vstinnerlinkissue45973 messages
2021-12-06 16:26:06vstinnercreate