mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
The Python programming language
https://www.python.org
argument to malloc() (size_t or unsigned int) * listobject.c: check for overflow of the size of the object, so things like range(0x7fffffff) will raise MemoryError instead of calling malloc() with -4 (and then crashing -- malloc's fault) |
||
|---|---|---|
| Demo | ||
| Doc | ||
| Grammar | ||
| Include | ||
| Lib | ||
| Mac/Lib | ||
| Modules | ||
| Objects | ||
| Parser | ||
| Python | ||
| Tools/scripts | ||