pypy/module/_sre/test/apptest_sre.py::test_split_empty
def test_split_empty():
import re
> assert re.split('', '') == ['', '']
E (application-level) AttributeError: partially initialized module 're' has no attribute 'split' (most likely due to a circular import)
module\_sre\test\apptest_sre.py:547: AttributeError
builder: own-win-x86-64 build #2382+
test: pypy/module/_sre/test/apptest_sre.py::test_split_empty