python-Pillow: Update to 4.1.1

This commit is contained in:
Alexey Pavlov
2017-06-17 20:18:04 +03:00
parent 608c4ac457
commit 14e3e33dfd
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
@@ -72,8 +72,10 @@
try:
# bug, only enable if we can make a Pool. see issue #790 and
# http://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing
# https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing
- pool = Pool(2)
- CCompiler.compile = _mp_compile
+ if __name__ == '__main__':