Files
cpython/Modules
Barry Warsaw 23164a5ca7 In order to fix SF bug # 824977, we replace calloc()/free() calls in
binascii_a2b_qp() and binascii_b2a_qp() with calls to PyMem_Malloc() and
PyMem_Free().  These won't return NULL unless the allocations actually fail,
so it won't trigger a bogus memory error on some platforms <cough>AIX</cough>
when passed a length of zero.
2004-05-11 02:05:11 +00:00
..
2003-12-02 18:57:47 +00:00
2004-02-14 00:31:13 +00:00
2004-02-12 17:35:32 +00:00
2004-01-04 04:00:13 +00:00
2003-07-08 21:17:25 +00:00
2004-01-17 14:19:44 +00:00
2003-12-04 22:17:49 +00:00
2004-01-17 14:19:44 +00:00
2004-02-18 05:59:53 +00:00