New submission from Boya Sun <boya....@case.edu>: 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. ---------- files: patch_get_cwdu.diff keywords: patch messages: 92151 nosy: boya severity: normal status: open title: char buffer in function posix_getcwdu should not be fix length Added file: http://bugs.python.org/file14818/patch_get_cwdu.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6817> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com