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 ned.deily
Recipients aprpp, ned.deily
Date 2022-02-26.05:30:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645853436.37.0.399506546951.issue46854@roundup.psfhosted.org>
In-reply-to
Content
“I would like to know what environment is the official recommendation for static python3.7 compilation.”

There is no official recommendation. As I’ve mentioned, we normally do not build with modified Modules/Setup configurations when developing and releasing Python. It’s complicated. That’s why setup.py and using Distutils to build the standard library modules was introduced years ago. Most users don’t need a statically linked Python. Please accept that you need to look elsewhere for assistance.
History
Date User Action Args
2022-02-26 05:30:36ned.deilysetrecipients: + ned.deily, aprpp
2022-02-26 05:30:36ned.deilysetmessageid: <1645853436.37.0.399506546951.issue46854@roundup.psfhosted.org>
2022-02-26 05:30:36ned.deilylinkissue46854 messages
2022-02-26 05:30:36ned.deilycreate