mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-10 12:14:04 +08:00
Edge case fix
This commit is contained in:
@@ -31,8 +31,6 @@ class _ErrorableThread(threading.Thread):
|
||||
super().run()
|
||||
except Exception as e:
|
||||
self.exc = e
|
||||
finally:
|
||||
del self._target, self._args, self._kwargs
|
||||
|
||||
def join(self, timeout=None):
|
||||
super().join(timeout)
|
||||
|
||||
Reference in New Issue
Block a user