Files
cpython/Include
Antoine Pitrou e80a6a4ead Issue #7561: Operations on empty bytearrays (such as int(bytearray()))
could crash in many places because of the PyByteArray_AS_STRING() macro
returning NULL.  The macro now returns a statically allocated empty
string instead.
2010-01-17 12:26:20 +00:00
..
2009-05-23 23:23:01 +00:00
2008-10-30 23:59:18 +00:00
2009-12-13 21:21:43 +00:00
2009-09-28 13:12:38 +00:00
2010-01-09 17:30:31 +00:00
2008-05-06 22:41:46 +00:00
2008-02-03 23:14:32 +00:00
2008-05-26 19:37:11 +00:00