Message 393647 - Python tracker

Message393647

Author vstinner
Recipients corona10, docs@python, joukewitteveen, vstinner
Date 2021-05-14.12:21:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620994881.89.0.392631725913.issue44113@roundup.psfhosted.org>
In-reply-to
Content
> Well, Py_FrozenMain() should be rewritten with PyConfig, I want to do that for a long time, but I don't know how to test it. It would be nice to have a very basic test for Py_FrozenMain().

I created bpo-44131: [C API] Add tests on Py_FrozenMain().
History
Date User Action Args
2021-05-14 12:21:21vstinnersetrecipients: + vstinner, docs@python, corona10, joukewitteveen
2021-05-14 12:21:21vstinnersetmessageid: <1620994881.89.0.392631725913.issue44113@roundup.psfhosted.org>
2021-05-14 12:21:21vstinnerlinkissue44113 messages
2021-05-14 12:21:21vstinnercreate