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 fb21187 commit a0d36ecCopy full SHA for a0d36ec
mypyc/lib-rt/str_ops.c
@@ -90,7 +90,7 @@ char CPyStr_EqualLiteral(PyObject *str, PyObject *literal_str, Py_ssize_t litera
90
if (str == literal_str) {
91
return 1;
92
}
93
- return _CPyStr_Equal_NoIdentCheck(str1, str2, literal_length);
+ return _CPyStr_Equal_NoIdentCheck(str, literal_str, literal_length);
94
95
96
PyObject *CPyStr_GetItem(PyObject *str, CPyTagged index) {
0 commit comments