]> granicus.if.org Git - python/commit
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
authorVictor Stinner <vstinner@redhat.com>
Fri, 28 Jun 2019 16:01:59 +0000 (18:01 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2019 16:01:59 +0000 (18:01 +0200)
commitec3e20a2d1edddb0558f9d32e2b367904ccdde88
tree4cb63b0ccbaf0d9cbdb0d6257b03b6337ae2823c
parent3029035ef34c9bae0c8d965290cd9b273c8de1ea
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)

* Fix test for integer overflow.
* Add an unit test.
Lib/test/test_os.py
Modules/posixmodule.c