diff options
author | Zackery Spytz <zspytz@gmail.com> | 2018-08-07 08:26:58 -0600 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-08-07 17:26:58 +0300 |
commit | 8b58468032b8f87993a121c2b43f52648382a529 (patch) | |
tree | 08e1d7381466e855e73d90ee541d23c6e6523b5e /Lib/asyncio/base_tasks.py | |
parent | e4dcbbd7f4ac18d01c0ec85f64ae98b8281ed403 (diff) | |
download | cpython-git-8b58468032b8f87993a121c2b43f52648382a529.tar.gz |
Remove unneeded PyErr_Clear() calls after PyErr_Print(). (GH-8699)
PyErr_Print() always clears the error indicator, so there is no need
to call PyErr_Clear() immediately afterwards.
Diffstat (limited to 'Lib/asyncio/base_tasks.py')
0 files changed, 0 insertions, 0 deletions