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 291a924 commit 173dccbCopy full SHA for 173dccb
mypyc/lib-rt/bytes_ops.c
@@ -209,5 +209,3 @@ PyObject *CPyBytes_Ljust(PyObject *self, Py_ssize_t width, PyObject *fillbyte) {
209
memset(res_buf + len, fill, pad);
210
return result;
211
}
212
-
213
-// ... existing code ...
0 commit comments