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
..
2011-10-15 16:38:20 +02:00
2013-07-07 02:05:46 +02:00
2012-11-12 20:24:09 +01:00
2013-05-15 19:42:39 +02:00
2012-10-24 08:21:52 -07:00
2013-04-18 23:21:19 +02:00