Files
cpython/Modules
Victor Stinner 1c8f059019 Issue #18520: Add a new PyStructSequence_InitType2() function, same than
PyStructSequence_InitType() except that it has a return value (0 on success,
-1 on error).

 * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure
 * Fix also some calls to PyDict_SetItemString(): handle error
2013-07-22 22:24:54 +02:00
..
2013-05-08 10:56:32 +03:00
2012-06-22 21:12:59 +02:00
2011-03-28 17:26:04 -05:00
2012-10-25 10:47:46 +01:00
2013-02-13 12:32:32 +00:00
2011-06-06 20:24:11 -07:00
2013-07-18 02:43:47 +02:00
2012-09-29 13:47:39 -04:00
2012-12-14 20:13:39 +02:00
2012-09-29 13:47:39 -04:00
2013-01-01 07:41:51 -08:00
2013-06-20 21:30:32 -04:00