Message 199706 - Python tracker

Message199706

Author lars
Recipients Olivier.Grisel, jnoller, lars, sbt
Date 2013-10-13.14:12:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381673535.5.0.985998214269.issue18999@psf.upfronthosting.co.za>
In-reply-to
Content
> BTW, the context objects are singletons.

I haven't read all of your patch yet, but does this mean a forkserver will be started regardless of whether it is later used?

That would be a good thing, since starting the fork server after reading in large data sets would mean the fork server would hold on to large swaths of memory even when the data set is deallocated in the master process.
History
Date User Action Args
2013-10-13 14:12:15larssetrecipients: + lars, jnoller, sbt, Olivier.Grisel
2013-10-13 14:12:15larssetmessageid: <1381673535.5.0.985998214269.issue18999@psf.upfronthosting.co.za>
2013-10-13 14:12:15larslinkissue18999 messages
2013-10-13 14:12:15larscreate