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 zach.ware
Recipients doko, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-09-06.00:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504658632.43.0.769474369696.issue31358@psf.upfronthosting.co.za>
In-reply-to
Content
We currently bundle zlib in our source at Modules/zlib, but it is only used on Windows.  The soon-to-be-attached PR instead pulls it from https://github.com/python/cpython-source-deps

There is one failure in test_venv only when zlib is not built at all, which I have not yet investigated.

/cc doko as the most recent updater of the bundled copy of zlib.
History
Date User Action Args
2017-09-06 00:43:52zach.waresetrecipients: + zach.ware, doko, paul.moore, tim.golden, steve.dower
2017-09-06 00:43:52zach.waresetmessageid: <1504658632.43.0.769474369696.issue31358@psf.upfronthosting.co.za>
2017-09-06 00:43:52zach.warelinkissue31358 messages
2017-09-06 00:43:51zach.warecreate