mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -391,7 +391,7 @@ call_show_warning(PyObject *category, PyObject *text, PyObject *message,
|
|||
|
||||
/* If the source parameter is set, try to get the Python implementation.
|
||||
The Python implementation is able to log the traceback where the source
|
||||
was allocated, whereas the C implementation doesnt. */
|
||||
was allocated, whereas the C implementation doesn't. */
|
||||
show_fn = get_warnings_attr("_showwarnmsg", source != NULL);
|
||||
if (show_fn == NULL) {
|
||||
if (PyErr_Occurred())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue