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
2013-02-13 12:32:32 +00:00
2013-07-18 02:43:47 +02:00
2012-12-14 20:13:39 +02:00
2013-01-01 07:41:51 -08:00
2013-06-20 21:30:32 -04:00