Commit c75af179 authored by Alexander Koshevoy's avatar Alexander Koshevoy
Browse files

PY-33984 Restore the workaround for "ImportError: cannot import name 'TCyBinaryProtocol'" problem

parent de21ea3a
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -17,7 +17,7 @@ PY35 = sys.version_info >= (3, 5)
PYPY = "__pypy__" in sys.modules
UNIX = platform.system() in ("Linux", "Darwin")
CYTHON = UNIX and not PYPY # Cython always disabled in pypy and windows
CYTHON = False
# only Python 2.7.9 and Python 3.4 or above have true ssl context
MODERN_SSL = sys.version_info >= (2, 7, 9)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment