mirror of
https://github.com/python/cpython.git
synced 2025-08-09 03:19:15 +00:00
Fix comment typo.
This commit is contained in:
parent
e4b83e013b
commit
77acee9567
1 changed files with 1 additions and 1 deletions
|
@ -3876,7 +3876,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base)
|
|||
/* XXX This isn't right. If the warning is turned
|
||||
into an exception, we should be communicating
|
||||
the error back to the caller, but figuring out
|
||||
how to clean-up in that case is tricky. See
|
||||
how to clean up in that case is tricky. See
|
||||
issue 8627 for more. */
|
||||
PyErr_Clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue