Hacker News new | ask | show | jobs
by kingkilr 5516 days ago
Nope, multiprocessing was added to the Python standard library in 2.6, our previous releases implemented python 2.5, 1.5 implements 2.7, so it now includes multiprocessing.
1 comments

That's good news! Guess it's time to remove the mechanism in Celery that disables the multiprocessing pool when running under PyPy.