]> granicus.if.org Git - python/commit
Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 02:02:13 +0000 (04:02 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 02:02:13 +0000 (04:02 +0200)
commit6430fd56b4da63339c7238a75e5e014b95b39983
treeee3332cd34e4004758bf60cf8a31c47a07953580
parentd9c563e84d358346fb2abf09addfdc6e8b7c0c99
Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE
Objects/bytearrayobject.c
Objects/bytesobject.c