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 brandon-rhodes
Recipients brandon-rhodes, jnoller
Date 2010-05-14.18:05:46
SpamBayes Score 0.0010991505
Marked as misclassified No
Message-id <1273860348.41.0.566570019479.issue8713@psf.upfronthosting.co.za>
In-reply-to
Content
Jesse, it's great to learn it's on your wish list too!

Should I design the patch so that (a) there is some global in the module that needs tweaking to choose the child creation technique, or (b) that an argument to the Process() constructor forces a full interpreter exec to make all platforms match, or (c) that a process object once created has an attribute (like ".daemon") that you set before starting it off?  Or (d) should there be a subclass of Process that, if specifically used, has the fork/exec behavior instead of just doing the fork?

My vote would probably be for (b), but you have a much better feel for the library and its style than I do.
History
Date User Action Args
2010-05-14 18:05:48brandon-rhodessetrecipients: + brandon-rhodes, jnoller
2010-05-14 18:05:48brandon-rhodessetmessageid: <1273860348.41.0.566570019479.issue8713@psf.upfronthosting.co.za>
2010-05-14 18:05:46brandon-rhodeslinkissue8713 messages
2010-05-14 18:05:46brandon-rhodescreate