]> granicus.if.org Git - python/commit
Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]")
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 1 Jun 2000 03:02:48 +0000 (03:02 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 1 Jun 2000 03:02:48 +0000 (03:02 +0000)
commit94c3452ade3dbc2c09e772b0507084551fe49b4c
tree18ff9285056a639728fc0a1db313239d465d3edf
parent137507ea0308fcdab66c1eee700048c41ed7a7d7
Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]")
   dumps core.  Solution: fix check_escape() to match its comment and
   use only the low 8 bits of the octal number.
Modules/pypcre.c