Skip to content

[3.9] bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)#23734

Merged
vstinner merged 1 commit intopython:3.9from
vstinner:export_frozenmain39
Dec 14, 2020
Merged

[3.9] bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)#23734
vstinner merged 1 commit intopython:3.9from
vstinner:export_frozenmain39

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Dec 10, 2020

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 b5c7b38)

https://bugs.python.org/issue42591

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 b5c7b38)
@Albert55554
Copy link
Copy Markdown

I left you to see conduct on phython assigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants