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 therve
Recipients ggenellina, gvanrossum, jba, therve
Date 2007-12-06.10:42:21
SpamBayes Score 0.36173475
Marked as misclassified No
Message-id <1196937742.28.0.811199823776.issue1336@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, we encountered roughly the same problem in Twisted. However, we
fixed it by disabling gc *before* fork, because the gc can occur just
after the fork. See http://twistedmatrix.com/trac/ticket/2483 for the
bug report, and http://twistedmatrix.com/trac/changeset/21686 for the
solution.
History
Date User Action Args
2007-12-06 10:42:22thervesetspambayes_score: 0.361735 -> 0.36173475
recipients: + therve, gvanrossum, ggenellina, jba
2007-12-06 10:42:22thervesetspambayes_score: 0.361735 -> 0.361735
messageid: <1196937742.28.0.811199823776.issue1336@psf.upfronthosting.co.za>
2007-12-06 10:42:22thervelinkissue1336 messages
2007-12-06 10:42:21thervecreate