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

"""
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-...@python.org/thread/5QLI3NUP3OSGLCCIBAQOTX4GEJQBWJ6F/

----------

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

Reply via email to