mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
1c8f059019
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