]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on Windows x64
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 21:02:51 +0000 (23:02 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 21:02:51 +0000 (23:02 +0200)
commitbc8ccce7298df728b2d81bd9c3bb9c8e236b882b
tree03e5e7818ff6dd9dda123e587c46654cee693dc5
parent9a282975ef37fbee5bdacd1633f9de8c249bb5cf
Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on Windows x64
Modules/zlibmodule.c