]> granicus.if.org Git - python/commitdiff
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now avail...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 17 Oct 2011 17:33:38 +0000 (19:33 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 17 Oct 2011 17:33:38 +0000 (19:33 +0200)
Misc/NEWS
PC/pyconfig.h

index 11be2e2b45f5e8f3cc5e1f0e3ab51dc7348fe5aa..a4c464fe5b7857218601b62e4d3d6ce144d3cdb4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are
+  now available on Windows.
+
 - Issue #13114: Fix the distutils commands check and register when the
   long description is a Unicode string with non-ASCII characters.
 
index c9cd2c08aa494b51cfb2bcd24245ab3cf9348465..1cfc59b8ce7b743439735ac295748e2b2dfbd8a7 100644 (file)
@@ -643,6 +643,9 @@ Py_NO_ENABLE_SHARED to find out.  Also support MS_NO_COREDLL for b/w compat */
 #define HAVE_WCSCOLL 1
 #endif
 
+/* Define if the zlib library has inflateCopy */
+#define HAVE_ZLIB_COPY 1
+
 /* Define if you have the <dlfcn.h> header file.  */
 /* #undef HAVE_DLFCN_H */