]> granicus.if.org Git - python/commit
copy_absolute(): keep the relative path if getcwd() failed
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 7 Oct 2010 23:37:08 +0000 (23:37 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 7 Oct 2010 23:37:08 +0000 (23:37 +0000)
commit354fe7e38148741d93ad2184b5c232b142bf6ac8
treed455103fc3b3a6e2c4f7a8615de9591ea89dd545
parenta06e9b8f6b2edf4936146fa8867f12222106d0f8
copy_absolute(): keep the relative path if getcwd() failed

Instead of using the undefined content of the 'path' buffer.
Modules/getpath.c