mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.10] Remove trailing spaces (GH-28709)
This commit is contained in:
parent
2c47b8080b
commit
edf190b97e
15 changed files with 17 additions and 17 deletions
|
|
@ -1503,7 +1503,7 @@ SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds)
|
|||
&self->end_lineno, &self->end_offset)) {
|
||||
Py_DECREF(info);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Py_INCREF(self->filename);
|
||||
Py_INCREF(self->lineno);
|
||||
|
|
|
|||
|
|
@ -576,7 +576,7 @@ static PyGetSetDef ga_properties[] = {
|
|||
};
|
||||
|
||||
/* A helper function to create GenericAlias' args tuple and set its attributes.
|
||||
* Returns 1 on success, 0 on failure.
|
||||
* Returns 1 on success, 0 on failure.
|
||||
*/
|
||||
static inline int
|
||||
setup_ga(gaobject *alias, PyObject *origin, PyObject *args) {
|
||||
|
|
|
|||
|
|
@ -3035,7 +3035,7 @@ _PyObject_DebugMallocStats(FILE *out)
|
|||
|
||||
fputc('\n', out);
|
||||
|
||||
/* Account for what all of those arena bytes are being used for. */
|
||||
/* Account for what all of those arena bytes are being used for. */
|
||||
total = printone(out, "# bytes in allocated blocks", allocated_bytes);
|
||||
total += printone(out, "# bytes in available blocks", available_bytes);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue