mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
585a6acfef
10 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue