]> granicus.if.org Git - python/commit
Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 16 May 2013 20:26:29 +0000 (22:26 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 16 May 2013 20:26:29 +0000 (22:26 +0200)
commit6fdd7b81fa2ea3c2158cc786a63188a2779e49f1
treec820c3f2be8a049f905adafadeb5311dfd64445d
parent0b1bc56bb663932807b34713ce1fe014bc52ea99
Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function
is long, not int.
Misc/NEWS
Modules/posixmodule.c