mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#11515: Merge with 3.1.
This commit is contained in:
commit
4969f709cc
49 changed files with 58 additions and 58 deletions
|
@ -487,7 +487,7 @@ PyObject *PyBytes_DecodeEscape(const char *s,
|
|||
default:
|
||||
*p++ = '\\';
|
||||
s--;
|
||||
goto non_esc; /* an arbitry number of unescaped
|
||||
goto non_esc; /* an arbitrary number of unescaped
|
||||
UTF-8 bytes may follow. */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue