[issue9246] os.getcwd() hardcodes max path len

STINNER Victor report at bugs.python.org
Wed Jul 28 04:05:20 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

New version of the patch avoiding PyMem_*() functions to avoid a possible race condition (issue with the GIL).

----------
Added file: http://bugs.python.org/file18225/os_getcwd_buffer-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9246>
_______________________________________


More information about the Python-bugs-list mailing list