mirror of https://github.com/python/cpython.git
Last minute changes for \B. AMK.
This commit is contained in:
parent
cf00505325
commit
53665e571f
|
@ -1962,8 +1962,8 @@ int re_match(regexp_t bufp,
|
|||
if (text == textstart || text == textend)
|
||||
goto fail;
|
||||
if (!((SYNTAX(text[-1]) & Sword) ^ (SYNTAX(*text) & Sword)))
|
||||
goto fail;
|
||||
goto continue_matching;
|
||||
goto continue_matching;
|
||||
goto fail;
|
||||
}
|
||||
case Csyntaxspec:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue