[Python-Dev] API and process questions (sparked by Claudiu Popa on 16104

Charles-François Natali cf.natali at gmail.com
Mon Apr 28 19:20:25 CEST 2014


And incidentally, I think that the argument *processes* should be
renamed to *workers*, or *jobs* (like in make), and any mention of
multiprocessing in the documentation should be removed (if any):
multiprocessing is an implementation detail.
When I type:
make -jN

I don't really care that make is using fork() ;-)


More information about the Python-Dev mailing list