mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +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)
|
||||
goto fail;
|
||||
if (!((SYNTAX(text[-1]) & Sword) ^ (SYNTAX(*text) & Sword)))
|
||||
goto fail;
|
||||
goto continue_matching;
|
||||
goto continue_matching;
|
||||
goto fail;
|
||||
}
|
||||
case Csyntaxspec:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue