We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c9be3 commit 962d2ddCopy full SHA for 962d2dd
1 file changed
setup.py
@@ -1,4 +1,5 @@
1
from setuptools import setup, find_packages, os
2
+from io import open
3
4
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
5
# in multiprocessing/util.py _exit_function when running `python
0 commit comments