Guido van Rossum 1e28e5e596 * renamed malloc.h mymalloc.h, and added MALLARG as the type of the
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)
1992-08-19 16:46:30 +00:00
1992-08-14 09:20:21 +00:00
1992-04-06 14:39:51 +00:00
1992-08-19 16:44:41 +00:00
1992-04-05 14:26:55 +00:00
Description
The Python programming language
Multiple Licenses 3.4 GiB
Languages
Python 61.8%
C 36.1%
C++ 0.7%
M4 0.4%
HTML 0.3%
Other 0.4%