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 jcea
Recipients Mark.Gius, gregory.p.smith, jcea, neologix
Date 2012-10-26.00:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351212490.31.0.389134988434.issue16327@psf.upfronthosting.co.za>
In-reply-to
Content
The cleanup code in python 3 validates my idea of simplifying cleanup moving "_execute_child()" after the platform specific code.

I wonder what "raise" will actually raise if this cleanup code catches & ignores "close()" exception :-).
History
Date User Action Args
2012-10-26 00:48:10jceasetrecipients: + jcea, gregory.p.smith, neologix, Mark.Gius
2012-10-26 00:48:10jceasetmessageid: <1351212490.31.0.389134988434.issue16327@psf.upfronthosting.co.za>
2012-10-26 00:48:10jcealinkissue16327 messages
2012-10-26 00:48:10jceacreate