Skip to content

Commit 82762db

Browse files
committed
gh-127740: Reintroduce the space back
1 parent c34696e commit 82762db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objects/bytesobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,6 +2540,7 @@ _PyBytes_FromHex(PyObject *string, int use_bytearray)
25402540
goto error;
25412541
}
25422542
str++;
2543+
25432544
bot = _PyLong_DigitValue[*str];
25442545
if (bot >= 16) {
25452546
/* NULL at the end of the string */

0 commit comments

Comments
 (0)