[issue6600] MemoryError in AiX 64-bit build

Sridhar Ratnakumar report at bugs.python.org
Thu Jul 30 05:11:26 CEST 2009


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

Interesting. If add the line:

  newmode = PyMem_MALLOC(4);

next to the existing line:

  newmode = PyMem_MALLOC(strlen(mode) + 3);

there is no MemoryError!

----------

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


More information about the Python-bugs-list mailing list