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 boya
Recipients boya
Date 2009-09-02.02:57:43
SpamBayes Score 0.0001132926
Marked as misclassified No
Message-id <1251860266.99.0.218849353808.issue6817@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is similar to issue 2722 (http://bugs.python.org/issue2722#), 
where the char buffer support that the path string has
not fixed length in the function posix_getcwd(). 

In the function posix_getcwdu(), the char buffer is still fix length. But 
I think the same change should also apply to this function.  A patch is 
attached to allow the char buffer in posix_getcwdu() to be not fixed 
length.
History
Date User Action Args
2009-09-02 02:57:47boyasetrecipients: + boya
2009-09-02 02:57:46boyasetmessageid: <1251860266.99.0.218849353808.issue6817@psf.upfronthosting.co.za>
2009-09-02 02:57:44boyalinkissue6817 messages
2009-09-02 02:57:44boyacreate