You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unix-ffi/re: Handle PCRE2_UNSET in group and groups methods.
Adjust the re.groups() methods to properly handle the PCRE2_UNSET value for
unmatched optional groups.
This change prevents OverflowError when calling groups() on a match with no
content.
The return matches CPython's.
Fixes: micropython/micropython#18877
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
0 commit comments