]> granicus.if.org Git - python/commit
posix_getcwd(): limit to INT_MAX on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Mar 2016 17:07:53 +0000 (18:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Mar 2016 17:07:53 +0000 (18:07 +0100)
commitc44f70770bf629469a5a179b643e53dfeca884ad
tree27e18bf327ba065183dae3a9011d7745e1dacc61
parent371977976595836b553969ad8b1630114f894062
posix_getcwd(): limit to INT_MAX on Windows

It's more to fix a conversion warning during compilation, I don't think that
Windows support current working directory larger than 2 GB ...
Modules/posixmodule.c