An error occurred while fetching folder content.
Select Git revision
cpython
-
-
- Open in your IDE
- Download source code
Name | Last commit | Last update |
---|
The implementation of __sizeof__() methods using _PyObject_SIZE() now use an unsigned type (size_t) to compute the size, rather than a signed type (Py_ssize_t). Cast explicitly signed (Py_ssize_t) values to unsigned type (Py_ssize_t).
Name | Last commit | Last update |
---|---|---|