Author catlee
Recipients
Date 2006-06-08.17:22:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
First pass at a patch to only compile the new copy()
methods for (de)compression objects in zlib if the zlib
library supports them.

I ran autoheader to pick up the AC_DEFINE from
configure.in, and it looks like it changed
pyconfig.h.in quite a bit.  Probably the only part that
needs to stay in is the #undef ZLIB_HAS_COPY part.

If inflateCopy() is not found in the zlib library, then
the copy() methods are not compiled.

Lib/test_zlib.py has been updated to only test these
methods if they exist.
History
Date User Action Args
2007-08-23 15:52:43adminlinkissue1503046 messages
2007-08-23 15:52:43admincreate