`sys.exc_clear` has been removed in Python 3. Reading the [docs](https://docs.python.org/2/library/sys.html#sys.exc_info), this call does not seem necessary as long as the local variable with reference to the traceback is removed.
[ Full content available at: https://github.com/apache/beam/pull/6359 ] This message was relayed via gitbox.apache.org for [email protected]
