[issue5918] test_parser crashes when run after some other tests

Amaury Forgeot d'Arc report at bugs.python.org
Thu May 7 11:10:31 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

It's actually an array bounds read error in parsermodule.c::validate_try.
Purify detects it, if you disable pymalloc; distutils is innocent. 

Patch attached.

----------
keywords: +patch
nosy: +amaury.forgeotdarc
Added file: http://bugs.python.org/file13910/parser.patch

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


More information about the Python-bugs-list mailing list