Merge typo fixes from 3.4 into 3.5

This commit is contained in:
Martin Panter 2015-10-07 11:01:47 +00:00
commit 3f930dcd87
9 changed files with 9 additions and 9 deletions

View file

@ -901,7 +901,7 @@ type_call(PyTypeObject *type, PyObject *args, PyObject *kwds)
#ifdef Py_DEBUG
/* type_call() must not be called with an exception set,
because it may clear it (directly or indirectly) and so the
caller looses its exception */
caller loses its exception */
assert(!PyErr_Occurred());
#endif