Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6077f64

Browse files
committed
Move to zlib 1.1.4 on Windows (the new version that squashes the "double
free" glitch). Bugfix candidate -- I'll backpatch this into 2.2.1 later this week.
1 parent 5d11747 commit 6077f64

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

PCbuild/readme.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,16 @@ _tkinter
7777
Be sure to install everything, including the Tcl/Tk header files.
7878

7979
zlib
80-
NOTE: This procedure is new (& simpler, & safer) for 2.1a2.
8180
Python wrapper for the zlib compression library. Get the source code
82-
for version 1.1.3 from a convenient mirror at:
83-
http://www.info-zip.org/pub/infozip/zlib/
84-
Unpack into dist\zlib-1.1.3.
81+
for version 1.1.4 from a convenient mirror at:
82+
http://www.gzip.org/zlib/
83+
Unpack into dist\zlib-1.1.4.
8584
A custom pre-link step in the zlib project settings should manage to
86-
build zlib-1.1.3\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is
85+
build zlib-1.1.4\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is
8786
linked in PCbuild\.
8887
However, the zlib project is not smart enough to remove anything under
89-
zlib-1.1.3\ when you do a clean, so if you want to rebuild zlib.lib
90-
you need to clean up zlib-1.1.3\ by hand.
88+
zlib-1.1.4\ when you do a clean, so if you want to rebuild zlib.lib
89+
you need to clean up zlib-1.1.4\ by hand.
9190

9291
bsddb
9392
Python wrapper for the BSD database 1.85. Requires db.1.85.win32.zip,

PCbuild/zlib.dsp

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)