Files
cpython/Include
Victor Stinner 1726909094 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
* Add tstate parameter to _Py_CheckFunctionResult()
* Add _PyErr_FormatFromCauseTstate()
* Replace PyErr_XXX(...) with _PyErr_XXX(state, ...)
2019-11-05 01:22:12 +01:00
..
2019-06-04 22:12:32 +02:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00