mirror of
https://github.com/python/cpython.git
synced 2025-09-03 23:41:18 +00:00
bytes -> bytearray
This commit is contained in:
parent
a6bb984973
commit
cc3b8d6883
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ Py_InitializeEx(int install_sigs)
|
||||||
Py_FatalError("Py_Initialize: can't init longs");
|
Py_FatalError("Py_Initialize: can't init longs");
|
||||||
|
|
||||||
if (!PyByteArray_Init())
|
if (!PyByteArray_Init())
|
||||||
Py_FatalError("Py_Initialize: can't init bytes");
|
Py_FatalError("Py_Initialize: can't init bytearray");
|
||||||
|
|
||||||
_PyFloat_Init();
|
_PyFloat_Init();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue