[New-bugs-announce] [issue40910] Py_GetArgcArgv() is no longer exported by the C API
STINNER Victor
report at bugs.python.org
Mon Jun 8 09:22:42 EDT 2020
New submission from STINNER Victor <vstinner at python.org>:
Python 3.9 is now built with -fvisibility=hidden. The Py_GetArgcArgv() function is no longer exported. Previously, it was exported because all symbols were exported by default.
I'm working on a PR to export it again.
Fedora downstream issue, setproctitle is broken on Python 3.9: https://bugzilla.redhat.com/show_bug.cgi?id=1792059
----------
components: C API
messages: 370978
nosy: vstinner
priority: normal
severity: normal
status: open
title: Py_GetArgcArgv() is no longer exported by the C API
versions: Python 3.10, Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40910>
_______________________________________
More information about the New-bugs-announce
mailing list