We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a373a commit 4f47391Copy full SHA for 4f47391
kafka/conn.py
@@ -78,7 +78,7 @@ class SSLWantWriteError(Exception):
78
try:
79
import gssapi
80
from gssapi.raw.misc import GSSError
81
-except ImportError:
+except (ImportError, OSError):
82
#no gssapi available, will disable gssapi mechanism
83
gssapi = None
84
GSSError = None
0 commit comments