mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
bytes -> bytearray
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ Py_InitializeEx(int install_sigs)
|
||||
Py_FatalError("Py_Initialize: can't init longs");
|
||||
|
||||
if (!PyByteArray_Init())
|
||||
Py_FatalError("Py_Initialize: can't init bytes");
|
||||
Py_FatalError("Py_Initialize: can't init bytearray");
|
||||
|
||||
_PyFloat_Init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user