Issue #3299: Fix possible crash in the _sre module when given bad
commit06537430506637459e87f5d0e01b58b3b43027cd
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 14 Jan 2010 17:25:24 +0000 (14 17:25 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 14 Jan 2010 17:25:24 +0000 (14 17:25 +0000)
treee84e16e21444562b41d52d70c037d575f85be11c
parent7bba42e7c23971d7fdd2f3d155f2524836e699c8
Issue #3299: Fix possible crash in the _sre module when given bad
argument values in debug mode.  Patch by Victor Stinner.

git-svn-id: http://svn.python.org/projects/python/trunk@77499 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c