commit | ec3e20a2d1edddb0558f9d32e2b367904ccdde88 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Jun 28 18:01:59 2019 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 28 18:01:59 2019 +0200 |
tree | 4cb63b0ccbaf0d9cbdb0d6257b03b6337ae2823c | |
parent | 3029035ef34c9bae0c8d965290cd9b273c8de1ea [diff] |
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) * Fix test for integer overflow. * Add an unit test.