Skip to content

Commit 270e126

Browse files
Update CPy.h
1 parent e8c44b0 commit 270e126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/lib-rt/CPy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ bool CPyStr_IsTrue(PyObject *obj);
752752
Py_ssize_t CPyStr_Size_size_t(PyObject *str);
753753
PyObject *CPy_Decode(PyObject *obj, PyObject *encoding, PyObject *errors);
754754
PyObject *CPy_Encode(PyObject *obj, PyObject *encoding, PyObject *errors);
755+
Py_ssize_t CPyStr_Count(PyObject *unicode, PyObject *substring, Py_ssize_t start);
755756
CPyTagged CPyStr_Ord(PyObject *obj);
756757

757758

0 commit comments

Comments
 (0)