cpython/Doc/c-api
Gregory P. Smith 0470bab697 Issue #2620: Overflow checking when allocating or reallocating memory
was not always being done properly in some python types and extension
modules.  PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have
all been updated to perform better checks and places in the code that
would previously leak memory on the error path when such an allocation
failed have been fixed.
2008-07-22 04:46:32 +00:00
..
abstract.rst
allocation.rst
arg.rst
bool.rst
buffer.rst
bytearray.rst
cell.rst
class.rst
cobject.rst
complex.rst
concrete.rst
conversion.rst fix various doc typos #3320 2008-07-12 20:16:19 +00:00
datetime.rst
descriptor.rst
dict.rst
exceptions.rst
file.rst
float.rst - Issue #2862: Make int and float freelist management consistent with other 2008-07-06 03:35:58 +00:00
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst
int.rst - Issue #2862: Make int and float freelist management consistent with other 2008-07-06 03:35:58 +00:00
intro.rst
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst
marshal.rst
memory.rst Issue #2620: Overflow checking when allocating or reallocating memory 2008-07-22 04:46:32 +00:00
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst Add cautionary note on the use of PySequence_Fast_ITEMS. 2008-07-11 12:00:21 +00:00
set.rst
slice.rst
string.rst
structures.rst
sys.rst
tuple.rst
type.rst
typeobj.rst
unicode.rst
utilities.rst
veryhigh.rst
weakref.rst