]> granicus.if.org Git - python/commit
Add test for failure of the getattr call in pcre_expand() -- it used
authorGuido van Rossum <guido@python.org>
Fri, 17 Jul 1998 20:19:48 +0000 (20:19 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Jul 1998 20:19:48 +0000 (20:19 +0000)
commit1a7855309322a7dcbf7d7ee3356fe693ffb5b336
treeb3fc59365b07e8fd5b50416cc62b253e7a69f010
parent0e5ab17ad34c8810f0626409fd3d1c8dc85e68ac
Add test for failure of the getattr call in pcre_expand() -- it used
to core dump if the first argument did not have a "group" attribute.
Modules/pcremodule.c