commit | 82feb1f360c26c78f0c5159609f3f697008a9238 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 14 17:34:48 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 14 17:34:48 2010 +0000 |
tree | c078d382cc4a24d14bae03aea9e7db1e704012fd | |
parent | 6d4b00ccc15f46702e1ab9242f16f4a80003f95a [diff] |
Merged revisions 77499 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77499 | antoine.pitrou | 2010-01-14 18:25:24 +0100 (jeu., 14 janv. 2010) | 4 lines Issue #3299: Fix possible crash in the _sre module when given bad argument values in debug mode. Patch by Victor Stinner. ........