You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use func_timeout with python 3.6.9,sometimes it will produce many func_timeout.dafunc.FunctionTimedOut{hash} exceptions. 。Normally I can not catch this exception,In python 3.6.9, use sys.excepthook could get the error.
In python 3.8.6,sys.excepthook do not work.
And I don't know why this exception happened.
The text was updated successfully, but these errors were encountered:
I use func_timeout with python 3.6.9,sometimes it will produce many func_timeout.dafunc.FunctionTimedOut{hash} exceptions.
。Normally I can not catch this exception,In python 3.6.9, use sys.excepthook could get the error.
In python 3.8.6,sys.excepthook do not work.
And I don't know why this exception happened.
The text was updated successfully, but these errors were encountered: