Files
cpython/Python
Neal Norwitz 615461603c SF Bug #1454485, array.array('u') could crash the interpreter when
passing a string.  Martin already fixed the actual crash by ensuring
Py_UNICODE is unsigned.  As discussed on python-dev, this fix
removes the possibility of creating a unicode string from a raw buffer.

There is an outstanding question of how to fix the crash in 2.4.
2006-04-14 05:20:28 +00:00
..
2006-04-13 13:08:58 +00:00
2006-04-13 07:52:27 +00:00
2006-02-15 17:27:45 +00:00
2006-04-14 03:53:34 +00:00
2006-02-15 17:27:45 +00:00
2005-07-09 15:26:33 +00:00