Cleanup: spelling in comments, formatting, move comments into headers

This commit is contained in:
2022-09-06 16:25:20 +10:00
parent 077ba5ac38
commit 6c6a53fad3
100 changed files with 534 additions and 495 deletions

View File

@@ -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);