FAIL: test_find_periodic_pattern (test.test_userstring.UserStringTest.test_find_periodic_pattern) (p='', text='')
Cover the special path for periodic patterns.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/string_tests.py", line 341, in test_find_periodic_pattern
self.checkequal(reference_find(p, text),
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_userstring.py", line 24, in checkequal
self.assertEqual(
AssertionError: -1 != 0
GHA Hypothesis tests on Ubuntu:
build: https://github.com/python/cpython/actions/runs/6365753186/job/17283009565?pr=109907
Linked PRs
test_find_periodic_patterninstring_tests#110170test_find_periodic_patterninstring_tests(GH-110170) #110182test_find_periodic_patterninstring_tests(… #110183