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 db3f68d commit 0f0e35fCopy full SHA for 0f0e35f
Include/internal/pycore_bytes_methods.h
@@ -47,7 +47,7 @@ extern PyObject *_Py_bytes_endswith(const char *str, Py_ssize_t len,
47
/* The maketrans() static method. */
48
extern PyObject* _Py_bytes_maketrans(Py_buffer *frm, Py_buffer *to);
49
50
-/* Helper for repr(). */
+/* Helper for repr(bytes) and repr(bytearray). */
51
extern PyObject *_Py_bytes_repr(const char *, Py_ssize_t, int);
52
53
/* Shared __doc__ strings. */
0 commit comments