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-12.22:49:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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/[email protected]/thread/5QLI3NUP3OSGLCCIBAQOTX4GEJQBWJ6F/
History
Date User Action Args
2021-05-12 22:49:09vstinnersetrecipients: + vstinner, docs@python, corona10, joukewitteveen
2021-05-12 22:49:09vstinnersetmessageid: <[email protected]>
2021-05-12 22:49:09vstinnerlinkissue44113 messages
2021-05-12 22:49:09vstinnercreate