mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
Last minute changes for \B. AMK.
This commit is contained in:
parent
cf00505325
commit
53665e571f
1 changed files with 2 additions and 2 deletions
|
@ -1962,8 +1962,8 @@ int re_match(regexp_t bufp,
|
||||||
if (text == textstart || text == textend)
|
if (text == textstart || text == textend)
|
||||||
goto fail;
|
goto fail;
|
||||||
if (!((SYNTAX(text[-1]) & Sword) ^ (SYNTAX(*text) & Sword)))
|
if (!((SYNTAX(text[-1]) & Sword) ^ (SYNTAX(*text) & Sword)))
|
||||||
goto fail;
|
|
||||||
goto continue_matching;
|
goto continue_matching;
|
||||||
|
goto fail;
|
||||||
}
|
}
|
||||||
case Csyntaxspec:
|
case Csyntaxspec:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue