]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) (GH-23734)
authorVictor Stinner <vstinner@python.org>
Mon, 14 Dec 2020 23:31:54 +0000 (00:31 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Dec 2020 23:31:54 +0000 (00:31 +0100)
commit6b2ed385094839c1920b934f07d946bf049a3770
treef2b8fa0cbb4afd645083b6ce0385acbe9f3581d8
parent33cbb04986d0dabb9c542edc52bb4ea6106d3a81
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) (GH-23734)

Export the Py_FrozenMain() function: fix a Python 3.9.0 regression.
Python 3.9 uses -fvisibility=hidden and the function was not exported
explicitly and so not exported.

(cherry picked from commit b5c7b38f5ebbc84b5b80192db1743d3e1cdcf4c5)
Include/pylifecycle.h
Misc/NEWS.d/next/C API/2020-12-10-10-43-03.bpo-42591.CXNY8G.rst [new file with mode: 0644]