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 gvanrossum
Recipients gvanrossum, pitrou, vstinner
Date 2013-12-12.23:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386892001.28.0.256974255904.issue19967@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry, I really don't want the asyncio code for 3.3 and 3.4 to diverge just yet. It would make keeping the two versions in sync just so much harder.

I'm happy with something that checks for the version and either adds the __del__ method (for 3.4) or uses the _TracebackLogger (for 3.3).
History
Date User Action Args
2013-12-12 23:46:41gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner
2013-12-12 23:46:41gvanrossumsetmessageid: <1386892001.28.0.256974255904.issue19967@psf.upfronthosting.co.za>
2013-12-12 23:46:41gvanrossumlinkissue19967 messages
2013-12-12 23:46:41gvanrossumcreate