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 gregory.p.smith
Recipients gregory.p.smith
Date 2022-03-22.08:38:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647938333.52.0.126058309361.issue47090@roundup.psfhosted.org>
In-reply-to
Content
We have a pile of conditionals and extra code in CPython to deal with building on systems that do not have zlib.  The zlib C library has been around forever at this point and should be present on every system in the world.

zlib is already required on Windows to build CPython.

Proposal: simplify our code by removing the conditionals around zlib being optional.  I'm attaching a draft PR to show what this would look like.
History
Date User Action Args
2022-03-22 08:38:53gregory.p.smithsetrecipients: + gregory.p.smith
2022-03-22 08:38:53gregory.p.smithsetmessageid: <1647938333.52.0.126058309361.issue47090@roundup.psfhosted.org>
2022-03-22 08:38:53gregory.p.smithlinkissue47090 messages
2022-03-22 08:38:53gregory.p.smithcreate