Skip to content
Snippets Groups Projects
Commit 3b5406f75a4e authored by Stefan Behnel's avatar Stefan Behnel
Browse files

Add missing name substitution in __Pyx_PyUnicode_Substring() utility code.

parent 02fd67565175
No related branches found
No related tags found
No related merge requests found
......@@ -545,6 +545,7 @@
PyObject* text, Py_ssize_t start, Py_ssize_t stop);
/////////////// PyUnicode_Substring ///////////////
//@substitute: naming
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_Substring(
PyObject* text, Py_ssize_t start, Py_ssize_t stop) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment