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 benjamin.peterson
Recipients LambertDW, benjamin.peterson, darrenr
Date 2008-12-31.19:58:41
SpamBayes Score 5.374329e-06
Marked as misclassified No
Message-id <1230753522.91.0.0312261787802.issue4794@psf.upfronthosting.co.za>
In-reply-to
Content
The garbage collector will never be able to run in a second thread
because it manipulates Python objects, which the GIL is supposed to protect!

As for non-linear complexity, see #4688 and #4074 for some attempts to
sooth this problem over.
History
Date User Action Args
2008-12-31 19:58:43benjamin.petersonsetrecipients: + benjamin.peterson, LambertDW, darrenr
2008-12-31 19:58:42benjamin.petersonsetmessageid: <1230753522.91.0.0312261787802.issue4794@psf.upfronthosting.co.za>
2008-12-31 19:58:42benjamin.petersonlinkissue4794 messages
2008-12-31 19:58:41benjamin.petersoncreate