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 indygreg, iritkatriel, vstinner
Date 2021-09-20.07:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632123720.66.0.541707931042.issue40413@roundup.psfhosted.org>
In-reply-to
Content
> I'm attempting to perform the following actions multiple times in a single process with CPython 3.8.2:

test_embed already has test_repeated_init_and_inittab() test which runs Py_InitializeFromConfig() + Py_RunMain() multiple times.

I wrote an even more explicit test in PR 28466. I tested it manually on Python 3.9, 3.10 and 3.11: it works as expected.

Python 3.8 no longer accepts bugfixes. I close the issue as outdated.

Gregory: if you can still reproduce your issue on a supported Python version, please provide a reproducer.
devguide.python.org/#status-of-python-branches
History
Date User Action Args
2021-09-20 07:42:00vstinnersetrecipients: + vstinner, indygreg, iritkatriel
2021-09-20 07:42:00vstinnersetmessageid: <1632123720.66.0.541707931042.issue40413@roundup.psfhosted.org>
2021-09-20 07:42:00vstinnerlinkissue40413 messages
2021-09-20 07:42:00vstinnercreate