python-Pillow: Update to 4.1.1
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user