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

> 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

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed
Added file: https://bugs.python.org/file50288/patch

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

Reply via email to