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 mythsmith
Recipients mythsmith, sbt
Date 2014-02-20.07:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392882150.73.0.104542015939.issue20660@psf.upfronthosting.co.za>
In-reply-to
Content
> That would probably mean that proxy objects could not be inherited by *any* sub-process. 

If I only avoid after-fork incref, I must be very careful at not deleting them in any subprocess, as this would cause a decref which was not compensated by the after-fork incref at the beginning of the subprocess. 

But as long as I never delete such objects in any subprocess, this should make no difference... Or will they get deleted whenever any of the subprocesses ends?
History
Date User Action Args
2014-02-20 07:42:30mythsmithsetrecipients: + mythsmith, sbt
2014-02-20 07:42:30mythsmithsetmessageid: <1392882150.73.0.104542015939.issue20660@psf.upfronthosting.co.za>
2014-02-20 07:42:30mythsmithlinkissue20660 messages
2014-02-20 07:42:30mythsmithcreate