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 a0d36ec commit 577cd74Copy full SHA for 577cd74
mypyc/lib-rt/CPy.h
@@ -734,6 +734,7 @@ static inline char CPyDict_CheckSize(PyObject *dict, Py_ssize_t size) {
734
#define BOTHSTRIP 2
735
736
char CPyStr_Equal(PyObject *str1, PyObject *str2);
737
+char CPyStr_EqualLiteral(PyObject *str, PyObject *literal_str, Py_ssize_t literal_length);
738
PyObject *CPyStr_Build(Py_ssize_t len, ...);
739
PyObject *CPyStr_GetItem(PyObject *str, CPyTagged index);
740
PyObject *CPyStr_GetItemUnsafe(PyObject *str, Py_ssize_t index);
0 commit comments