Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff869fa

Browse files
committed
Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning.
1 parent 2cabc56 commit ff869fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ PyObject_ASCII(PyObject *v)
456456
PyObject *
457457
PyObject_Bytes(PyObject *v)
458458
{
459-
PyObject *bytesmeth, *result, *func;
459+
PyObject *result, *func;
460460
static PyObject *bytesstring = NULL;
461461

462462
if (bytesstring == NULL) {

0 commit comments

Comments
 (0)