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.