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 pitrou
Recipients nadeem.vawda, neologix, pitrou, sbt
Date 2012-04-12.19:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334258150.88.0.478552723168.issue14548@psf.upfronthosting.co.za>
In-reply-to
Content
But what if Finalize is used to cleanup a resource that gets duplicated in children, like a file descriptor?
See e.g. forking.py, line 137 (in Popen.__init__())
or heap.py, line 244 (BufferWrapper.__init__()).
History
Date User Action Args
2012-04-12 19:15:50pitrousetrecipients: + pitrou, nadeem.vawda, neologix, sbt
2012-04-12 19:15:50pitrousetmessageid: <1334258150.88.0.478552723168.issue14548@psf.upfronthosting.co.za>
2012-04-12 19:15:50pitroulinkissue14548 messages
2012-04-12 19:15:50pitroucreate