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 christian.heimes
Recipients christian.heimes, rossburton2
Date 2021-11-08.16:18:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636388301.84.0.0153601931639.issue45749@roundup.psfhosted.org>
In-reply-to
Content
This is by design. As of PEP 644, Python 3.10 requires a full OpenSSL 1.1.1 build. See bpo-45627 for a discussion why we need a full build.

Traditionally we also don't fail the entire build if one or more optional modules fail to build. You only get error output on stdout/stderr. Python 3.10.1 will perform additional checks in the configure step, see bpo-45536.
History
Date User Action Args
2021-11-08 16:18:21christian.heimessetrecipients: + christian.heimes, rossburton2
2021-11-08 16:18:21christian.heimessetmessageid: <1636388301.84.0.0153601931639.issue45749@roundup.psfhosted.org>
2021-11-08 16:18:21christian.heimeslinkissue45749 messages
2021-11-08 16:18:21christian.heimescreate