mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Punctuation fix.
This commit is contained in:
parent
bfed346259
commit
a828586c3a
1 changed files with 2 additions and 2 deletions
|
@ -281,9 +281,9 @@ type_set_bases(PyTypeObject *type, PyObject *value, void *context)
|
|||
Py_DECREF(temp);
|
||||
|
||||
/* any base that was in __bases__ but now isn't, we
|
||||
need to remove |type| from it's tp_subclasses.
|
||||
need to remove |type| from its tp_subclasses.
|
||||
conversely, any class now in __bases__ that wasn't
|
||||
needs to have |type| added to it's subclasses. */
|
||||
needs to have |type| added to its subclasses. */
|
||||
|
||||
/* for now, sod that: just remove from all old_bases,
|
||||
add to all new_bases */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue