mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
gh-127787: allow retrieving the clipped slice length in _PyUnicodeError_GetParams
(GH-128980)
This commit is contained in:
parent
bf150f61ad
commit
36f341ca3e
2 changed files with 110 additions and 15 deletions
|
@ -196,9 +196,9 @@ extern int _PyUnicodeError_GetParams(
|
|||
Py_ssize_t *objlen,
|
||||
Py_ssize_t *start,
|
||||
Py_ssize_t *end,
|
||||
Py_ssize_t *slen,
|
||||
int as_bytes);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue