]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22218: Fix "comparison between signed and unsigned integers" warnings in
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 17 Aug 2014 17:33:28 +0000 (19:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 17 Aug 2014 17:33:28 +0000 (19:33 +0200)
commit1a62a680d6ba9273571d7d5876d3bcb3fb9a06b7
tree408ecc56cc103fc06b24ed7ad38374a08a8f17a4
parentc399e852078858d0bd421c56c5769ea4cc607908
Issue #22218: Fix "comparison between signed and unsigned integers" warnings in
socketmodule.c.
Modules/socketmodule.c