According to the source code, the maximum size of a list is PY_SSIZE_T_MAX/sizeof(PyObject*) . ... On a regular 32bit system, this is (4294967295 / 2) / 4 or ...
確定! 回上一頁