Permalink
Please sign in to comment.
Browse files
Handle regex syntax errors at runtime.
libc.regex_match() now raises RuntimeError if the regex can't be compiled by regcomp().
- Loading branch information...
Showing
with
10 additions
and 12 deletions.
- +4 −7 core/expr_eval.py
- +4 −4 native/libc.c
- +2 −1 native/libc_test.py
0 comments on commit
ef848b3