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 gregory.p.smith
Recipients gdb, gregory.p.smith, pitrou
Date 2011-01-04.03:46:39
SpamBayes Score 4.8721264e-05
Marked as misclassified No
Message-id <1294112805.38.0.45308731439.issue9535@psf.upfronthosting.co.za>
In-reply-to
Content
Yes I'd do it in PyOS_AfterFork.  Simpler patch based on gdb's attached.

This could also use a test but as it involves signals and race conditions, making a deterministic test for this is difficult as it.

If we added testing hooks to the python interpreter internals to allow test code to do things like set the signal tripped flags directly it's be much easier.
History
Date User Action Args
2011-01-04 03:46:45gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, gdb
2011-01-04 03:46:45gregory.p.smithsetmessageid: <1294112805.38.0.45308731439.issue9535@psf.upfronthosting.co.za>
2011-01-04 03:46:39gregory.p.smithlinkissue9535 messages
2011-01-04 03:46:39gregory.p.smithcreate