Cleanup: spelling in comments, formatting, move comments into headers
This commit is contained in:
@@ -928,7 +928,7 @@ PyObject *PyC_ExceptionBuffer(void)
|
||||
PySys_SetObject("stderr", string_io);
|
||||
|
||||
PyErr_Restore(error_type, error_value, error_traceback);
|
||||
/* Printing clears (call #PyErr_Clear as well to ensure it's cleared). */
|
||||
/* Printing clears (call #PyErr_Clear as well to ensure it's cleared). */
|
||||
Py_XINCREF(error_type);
|
||||
Py_XINCREF(error_value);
|
||||
Py_XINCREF(error_traceback);
|
||||
|
||||
Reference in New Issue
Block a user