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 30494c4 commit af8c58aCopy full SHA for af8c58a
mypyc/lib-rt/CPy.h
@@ -770,8 +770,8 @@ CPyTagged CPyBytes_GetItem(PyObject *o, CPyTagged index);
770
PyObject *CPyBytes_Concat(PyObject *a, PyObject *b);
771
PyObject *CPyBytes_Join(PyObject *sep, PyObject *iter);
772
CPyTagged CPyBytes_Ord(PyObject *obj);
773
-PyObject *CPyBytes_Ljust(PyObject *self, Py_ssize_t width, PyObject *fillbyte);
774
-PyObject *CPyBytes_Rjust(PyObject *self, Py_ssize_t width, PyObject *fillbyte);
+PyObject *CPyBytes_Ljust(PyObject *self, CPyTagged width, PyObject *fillbyte);
+PyObject *CPyBytes_Rjust(PyObject *self, CPyTagged width, PyObject *fillbyte);
775
776
777
int CPyBytes_Compare(PyObject *left, PyObject *right);
0 commit comments