Dr_Zaszus added the comment:
Thank you! It's clear now.
--
___
Python tracker
<https://bugs.python.org/issue34835>
___
___
Python-bugs-list mailing list
Dr_Zaszus added the comment:
No, you are right, thank you. But just to be clear, how do I update
multiprocessing in python3 then?
--
___
Python tracker
<https://bugs.python.org/issue34
New submission from Dr_Zaszus :
pip3 install --upgrade multiprocessing
fails with a python2 error in 'setup.py':
print 'Macros:'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean
print('Macros:')?