We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79679e commit 0690af1Copy full SHA for 0690af1
mypyc/lib-rt/CPy.h
@@ -752,7 +752,8 @@ bool CPyStr_IsTrue(PyObject *obj);
752
Py_ssize_t CPyStr_Size_size_t(PyObject *str);
753
PyObject *CPy_Decode(PyObject *obj, PyObject *encoding, PyObject *errors);
754
PyObject *CPy_Encode(PyObject *obj, PyObject *encoding, PyObject *errors);
755
-Py_ssize_t CPyStr_Count(PyObject *unicode, PyObject *substring, Py_ssize_t start);
+Py_ssize_t CPyStr_Count(PyObject *unicode, PyObject *substring, CPyTagged start);
756
+Py_ssize_t CPyStr_CountFull(PyObject *unicode, PyObject *substring, CPyTagged start, CPyTagged end);
757
CPyTagged CPyStr_Ord(PyObject *obj);
758
759
0 commit comments