mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Add a bug reference for import not being thread safe
This commit is contained in:
parent
9eb68319cd
commit
639fc2dd51
@ -174,6 +174,7 @@ class Register(Thread):
|
||||
# make sure no imports happen in this thread as python's zipimport
|
||||
# machinery is not thread safe and main GUI importing is happening
|
||||
# in parallel
|
||||
# https://bugs.python.org/issue38884
|
||||
try:
|
||||
self.do_register()
|
||||
except Exception:
|
||||
|
Loading…
x
Reference in New Issue
Block a user