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 <[email protected]>
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: <[email protected]>
2008-12-31 19:58:42benjamin.petersonlinkissue4794 messages
2008-12-31 19:58:41benjamin.petersoncreate