Commit 143a271b authored by Mark Dickinson's avatar Mark Dickinson

Merged revisions 81744 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81744 | mark.dickinson | 2010-06-05 13:51:21 +0100 (Sat, 05 Jun 2010) | 1 line

  Fix comment typo.
........
parent 87bad413
...@@ -3860,7 +3860,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base) ...@@ -3860,7 +3860,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base)
/* XXX This isn't right. If the warning is turned /* XXX This isn't right. If the warning is turned
into an exception, we should be communicating into an exception, we should be communicating
the error back to the caller, but figuring out 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. */ issue 8627 for more. */
PyErr_Clear(); PyErr_Clear();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment