commit | 37d1c18bda0e1596c465c75f8fe928400899399a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu May 14 21:54:00 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu May 14 21:54:00 2009 +0000 |
tree | 947817e11a5a47fa89c175011bfc1849a29aa35b | |
parent | 7c8494b6e24b6efcef6386e0bb921cd08ecc68c6 [diff] |
Merged revisions 72645 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72645 | antoine.pitrou | 2009-05-14 23:48:09 +0200 (jeu., 14 mai 2009) | 6 lines Issue #5918: Fix a crash in the parser module. Patch by Amaury. ........