diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-06-01 03:02:48 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-06-01 03:02:48 (GMT) |
commit | 94c3452ade3dbc2c09e772b0507084551fe49b4c (patch) | |
tree | 18ff9285056a639728fc0a1db313239d465d3edf /Objects/listobject.c | |
parent | 137507ea0308fcdab66c1eee700048c41ed7a7d7 (diff) | |
download | cpython-94c3452ade3dbc2c09e772b0507084551fe49b4c.zip cpython-94c3452ade3dbc2c09e772b0507084551fe49b4c.tar.gz cpython-94c3452ade3dbc2c09e772b0507084551fe49b4c.tar.bz2 |
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.
Diffstat (limited to 'Objects/listobject.c')
0 files changed, 0 insertions, 0 deletions