bpo-39831: Remove outdated comment. (GH-18764)
(cherry picked from commit ae75a29435
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
2aa694dd55
commit
57fb29219f
|
@ -886,11 +886,9 @@ setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno,
|
|||
return 1;
|
||||
|
||||
handle_error:
|
||||
/* filename not XDECREF'ed here as there is no way to jump here with a
|
||||
dangling reference. */
|
||||
Py_XDECREF(*registry);
|
||||
Py_XDECREF(*module);
|
||||
Py_XDECREF(*filename);
|
||||
Py_DECREF(*filename);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue