This commit is contained in:
Sang Min Park 2019-05-31 10:55:08 -04:00
parent 2c68f86336
commit 2a97d4a706

View file

@ -132,6 +132,8 @@ def _called_with_wrong_args(factory):
# didn't reach the factory
return True
finally:
# explicitly delete tb as it is circular referenced
# https://docs.python.org/2/library/sys.html#sys.exc_info
del tb