]> granicus.if.org Git - python/commit
Issue #3299: Fix possible crash in the _sre module when given bad
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Jan 2010 17:25:24 +0000 (17:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Jan 2010 17:25:24 +0000 (17:25 +0000)
commitefdddd3370fc646836b6113247159846734fc129
treee6756e2bf9607e658ba334ab90ff0e6771500986
parentfd3a60d5efb7ad1e2127d66d151c2cc4280b112b
Issue #3299: Fix possible crash in the _sre module when given bad
argument values in debug mode.  Patch by Victor Stinner.
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c