]> granicus.if.org Git - python/commit
copy_absolute(): keep the relative path if _wgetcwd() failed
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 7 Oct 2010 23:39:04 +0000 (23:39 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 7 Oct 2010 23:39:04 +0000 (23:39 +0000)
commit08538bc579a4b91f63bb809b37cc2c353daa451f
tree5fd12cf06786b9beae072ddfeb79e556bad68157
parent918616ce91d658f5dfeaffbab4430c6219841e0b
copy_absolute(): keep the relative path if _wgetcwd() failed

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