SIGN IN SIGN UP

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.
Z
Zackery Spytz committed
8b58468032b8f87993a121c2b43f52648382a529
Parent: e4dcbbd
Committed by Serhiy Storchaka <storchaka@gmail.com> on 8/7/2018, 2:26:58 PM