mythsmith added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20660>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to