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 corona10, docs@python, joukewitteveen, vstinner
Date 2021-05-14.12:21:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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: <[email protected]>
2021-05-14 12:21:21vstinnerlinkissue44113 messages
2021-05-14 12:21:21vstinnercreate