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

Skip to content

Commit 1a0270f

Browse files
committed
Remove unused code.
1 parent 5de48bd commit 1a0270f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Modules/binascii.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -956,10 +956,6 @@ binascii_hexlify(PyObject *self, PyObject *args)
956956
retbuf[j++] = c;
957957
}
958958
return retval;
959-
960-
finally:
961-
Py_DECREF(retval);
962-
return NULL;
963959
}
964960

965961
PyDoc_STRVAR(doc_hexlify,

0 commit comments

Comments
 (0)