mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
3318387ddb
commit
7b6416ac65
@ -107,6 +107,7 @@ if islinux:
|
|||||||
Listener.__init__(self, *args, **kwargs)
|
Listener.__init__(self, *args, **kwargs)
|
||||||
# multiprocessing tries to call unlink even on abstract
|
# multiprocessing tries to call unlink even on abstract
|
||||||
# named sockets, prevent it from doing so.
|
# named sockets, prevent it from doing so.
|
||||||
|
if self._listener._unlink is not None:
|
||||||
self._listener._unlink.cancel()
|
self._listener._unlink.cancel()
|
||||||
# Prevent child processes from inheriting this socket
|
# Prevent child processes from inheriting this socket
|
||||||
# If we dont do this child processes not created by calibre, will
|
# If we dont do this child processes not created by calibre, will
|
||||||
|
Loading…
x
Reference in New Issue
Block a user