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

Skip to content

Commit cc3b8d6

Browse files
committed
bytes -> bytearray
1 parent a6bb984 commit cc3b8d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/pythonrun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Py_InitializeEx(int install_sigs)
212212
Py_FatalError("Py_Initialize: can't init longs");
213213

214214
if (!PyByteArray_Init())
215-
Py_FatalError("Py_Initialize: can't init bytes");
215+
Py_FatalError("Py_Initialize: can't init bytearray");
216216

217217
_PyFloat_Init();
218218

0 commit comments

Comments
 (0)