Message 393551 - Python tracker

Message393551

Author vstinner
Recipients corona10, docs@python, joukewitteveen, vstinner
Date 2021-05-12.22:49:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620859749.91.0.208549848329.issue44113@roundup.psfhosted.org>
In-reply-to
Content
"""
Check warning on line 82 in Python/frozenmain.c
GitHub Actions / Ubuntu
‘Py_SetProgramName’ is deprecated [-Wdeprecated-declarations]
"""

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().

See also:
https://mail.python.org/archives/list/capi-sig@python.org/thread/5QLI3NUP3OSGLCCIBAQOTX4GEJQBWJ6F/
History
Date User Action Args
2021-05-12 22:49:09vstinnersetrecipients: + vstinner, docs@python, corona10, joukewitteveen
2021-05-12 22:49:09vstinnersetmessageid: <1620859749.91.0.208549848329.issue44113@roundup.psfhosted.org>
2021-05-12 22:49:09vstinnerlinkissue44113 messages
2021-05-12 22:49:09vstinnercreate