]> granicus.if.org Git - python/commit
Issue #2722. Now the char buffer to support the path string has
authorFacundo Batista <facundobatista@gmail.com>
Sun, 22 Jun 2008 13:36:20 +0000 (13:36 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sun, 22 Jun 2008 13:36:20 +0000 (13:36 +0000)
commit5596b0cfc275a649f17a97c881d094a949adad6d
tree399842aa82a490adc495887f2683833de625af99
parent0ba92b24b797c00038b9e2c50d132ffdcdd38959
Issue #2722. Now the char buffer to support the path string has
not fixed length, it mallocs memory if needed. As a result, we
don't have a maximum for the getcwd() method.
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c