Files
cpython/Objects
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
2010-01-12 01:34:43 +00:00
2009-05-23 23:23:01 +00:00
2010-01-13 14:01:26 +00:00