]> granicus.if.org Git - python/commit
Fix os.confstr(): the result type of the C function is size_t, not int
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Jun 2013 21:13:47 +0000 (23:13 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Jun 2013 21:13:47 +0000 (23:13 +0200)
commitdd3a6a5533bed5f9d1250856e4aa9edd70ec9ef2
tree13e782bfd0255704348863cd24b1615f7475af68
parent93037498d1f61f31e5b52d2f8d4aa437a26bc14e
Fix os.confstr(): the result type of the C function is size_t, not int
Modules/posixmodule.c