Thanks to visit codestin.com Credit goes to github.com
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 d960f03 commit f8bbd2eCopy full SHA for f8bbd2e
setup.py
@@ -297,7 +297,7 @@ def run_2to3(self, files):
297
# We need to skip certain files that have already been
298
# converted to Python 3.x
299
filtered = [x for x in files if should_2to3(x, self.build_lib)]
300
- if sys.platform.startswith('win'):
+ if sys.platform.startswith('win') or True:
301
# doing this in parallel on windows may crash your computer
302
[refactor(f) for f in filtered]
303
else:
0 commit comments