Files
cpython/Include
Victor Stinner 7a1f6c2da4 bpo-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263)
Rename init_slotdefs() to _PyTypes_InitSlotDefs() and add a return
value of type PyStatus. The function is now called exactly once from
_PyTypes_Init(). Replace calls to init_slotdefs() with an assertion
checking that slotdefs is initialized.
2020-01-30 09:02:14 +01:00
..
2019-11-16 01:04:44 +01:00
2020-01-25 14:52:44 +01:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00