[New-bugs-announce] [issue6016] Use shipped zlib if the system version is bad

Daniel Diniz report at bugs.python.org
Thu May 14 04:05:48 CEST 2009


New submission from Daniel Diniz <ajaksu at gmail.com>:

The attached patch makes setup.py use the shipped zlib.h in
Modules/zlib/ when a bogus zlib.h is found by find_file.

However, I couldn't test it (nor make it work) when a system zlib is
missing (no time right now). Can we build the shipped zlib and link
against it?

----------
components: Build
files: zlib_setup.diff
keywords: patch, patch
messages: 87727
nosy: ajaksu2
priority: normal
severity: normal
stage: test needed
status: open
title: Use shipped zlib if the system version is bad
type: feature request
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file13980/zlib_setup.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6016>
_______________________________________


More information about the New-bugs-announce mailing list