]> granicus.if.org Git - python/commit
Issue #9647: os.confstr() ensures that the second call to confstr() returns the
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 5 Dec 2014 21:51:51 +0000 (22:51 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 5 Dec 2014 21:51:51 +0000 (22:51 +0100)
commitcbc18f328c7b87cf57763da3c660897cc0c7886c
treec3dd0833e072add32680e1ffa45475506717939f
parentefb4835f36fe20591c9ffbaa412fd77d91d342c5
Issue #9647: os.confstr() ensures that the second call to confstr() returns the
same length.
Modules/posixmodule.c