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 neologix
Recipients nadeem.vawda, neologix, pitrou, sbt
Date 2012-04-11.21:40:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM30g7326ZHf+p=m2QWfu_cBZUzPx-f9KGJ3sGGmOu6y6g@mail.gmail.com>
In-reply-to <1334176061.34.0.532449046094.issue14548@psf.upfronthosting.co.za>
Content
Hmm...
I don't really like disabling GC, because it has a process-wide side
effect, and hence isn't thread-safe: if another thread forks() or
creates a subprocess right at the wrong time, it could end up with the
GC disabled for good...
History
Date User Action Args
2012-04-11 21:40:36neologixsetrecipients: + neologix, pitrou, nadeem.vawda, sbt
2012-04-11 21:40:35neologixlinkissue14548 messages
2012-04-11 21:40:35neologixcreate