> New changeset 6be848922bc0f4c632c255c39de82a45b6480286 by Victor Stinner in branch 'main':
> bpo-44133: Link Python executable with object files (GH-30556)
Sadly, Py_FrozenMain() is still missing on Windows. See:
https://github.com/python/cpython/pull/30556#issuecomment-1012032712
Until Windows also exports the symbol, I don't think that we can add the symbol to the stable ABI.
I prefer to not backport the change since it's always risky to break the build system on a stable branch.
If someone wants to fix the Windows build to also export Py_FrozenMain(), please open a new issue.
I consider that the initial issue is fixed, so I close the issue. |