bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
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. Add also Py_FrozenMain to the stable ABI on Windows.
V
Victor Stinner committed
b5c7b38f5ebbc84b5b80192db1743d3e1cdcf4c5
Parent: 7cf0aad
Committed by GitHub <noreply@github.com>
on 12/10/2020, 5:39:17 PM