This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients asksol, brandon-rhodes, cool-RR, dholth, jnoller, mrmekon, ned.deily, neologix, numbernine, pitrou, rcoyner, sbt, vsekhar
Date 2012-01-24.07:58:54
SpamBayes Score 7.9805534e-07
Marked as misclassified No
Message-id <CAH_1eM3aaHOQQy9HijX84rMRn1Vossn31uzzdfVk0YRffypupA@mail.gmail.com>
In-reply-to <1327329778.01.0.554231069658.issue8713@psf.upfronthosting.co.za>
Content
I don't know what the others think, but I'm still -1 on this patch.
Not that I don't like the principle - it's actually the contrary: in a
perfect world, I think this should be made the default -and only -
behavior on POSIX. But since it may break existing code, we'd have to
keep both implementations for POSIX systems, with - at least to me -
little benefit.
Having three different implementations, with different codepaths, will
increase the cognitive burden, make the code less readable, and
debugging harder:
- user: I'm getting this error with multiprocessing
- dev: On Windows or on Unix?
- user: On Unix
- dev: Do you use the fork()+exec() version or the bare fork() version?
- user: what's fork() and exec()?
History
Date User Action Args
2012-01-24 07:58:55neologixsetrecipients: + neologix, pitrou, ned.deily, jnoller, rcoyner, asksol, cool-RR, dholth, brandon-rhodes, sbt, numbernine, vsekhar, mrmekon
2012-01-24 07:58:55neologixlinkissue8713 messages
2012-01-24 07:58:54neologixcreate