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 gvanrossum
Recipients gvanrossum, jba
Date 2007-10-26.18:00:47
SpamBayes Score 0.019901248
Marked as misclassified No
Message-id <1193421647.43.0.624297760555.issue1336@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we can prevent GC from occurring between fork and exec --
it's legal to just call os.fork() and execute Python code in the
subprocess forever.  I think the right solution might be to ignore
errors in file_close().  Can you try to whip up a patch for that and
test it?
History
Date User Action Args
2007-10-26 18:00:47gvanrossumsetspambayes_score: 0.0199012 -> 0.019901248
recipients: + gvanrossum, jba
2007-10-26 18:00:47gvanrossumsetspambayes_score: 0.0199012 -> 0.0199012
messageid: <1193421647.43.0.624297760555.issue1336@psf.upfronthosting.co.za>
2007-10-26 18:00:47gvanrossumlinkissue1336 messages
2007-10-26 18:00:47gvanrossumcreate