We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
faulthandler
pythonw
1 parent c74b181 commit 532abfaCopy full SHA for 532abfa
lib/unrar2/windows.py
@@ -34,7 +34,7 @@
34
35
from .rar_exceptions import *
36
37
-if sys.version_info > (3,3):
+if sys.version_info > (3,3) and sys.stderr is not None:
38
import faulthandler
39
faulthandler.enable()
40
0 commit comments