Closed Zac-HD closed 4 months ago
import re def binary_regex(buf: bytes) -> None: ''' post: True ''' re.search(b"ab+c", b".....")
raises /tmp/main.py:7: error: TypeError: when calling binary_regex(b'')
/tmp/main.py:7: error: TypeError: when calling binary_regex(b'')
Fixed in v0.0.64!
raises
/tmp/main.py:7: error: TypeError: when calling binary_regex(b'')