Amaury Forgeot d'Arc <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue5918> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
