This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients kulikjak, miss-islington, petr.viktorin, shihai1991, vstinner
Date 2022-01-13.18:27:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642098471.87.0.168405427557.issue44133@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2022-01-13 18:27:51vstinnersetrecipients: + vstinner, petr.viktorin, miss-islington, kulikjak, shihai1991
2022-01-13 18:27:51vstinnersetmessageid: <1642098471.87.0.168405427557.issue44133@roundup.psfhosted.org>
2022-01-13 18:27:51vstinnerlinkissue44133 messages
2022-01-13 18:27:51vstinnercreate