This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients boya, vstinner
Date 2009-09-07.23:41:25
SpamBayes Score 6.9754202e-12
Marked as misclassified No
Message-id <1252366886.26.0.132828809391.issue6817@psf.upfronthosting.co.za>
In-reply-to
Content
The "#ifdef MS_WINDOWS" is not a the right place in posix_getcwdu(): buf and
res are declared but unused, and there is dead code on Windows.

The patch only fixes the UNIX implementation, not the Windows
implementation.

In the py3k branch, bytes and unicode versions of getcwd are factorized in a
common function. The same should be done in python trunk.
History
Date User Action Args
2009-09-07 23:41:26vstinnersetrecipients: + vstinner, boya
2009-09-07 23:41:26vstinnersetmessageid: <1252366886.26.0.132828809391.issue6817@psf.upfronthosting.co.za>
2009-09-07 23:41:25vstinnerlinkissue6817 messages
2009-09-07 23:41:25vstinnercreate