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 ncoghlan
Recipients barry, benjamin.peterson, isoschiz, ncoghlan, pitrou, sbt
Date 2013-04-21.04:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366519694.54.0.205435838951.issue17800@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine came up with a scheme (see issue 17807) that should eliminate the tp_del implementation from generator objects by moving the cleanup code to the frame deallocation.

This will restore Guido's original assumption that types implemented in C won't need to provide tp_del, so this proposal becomes obsolete.
History
Date User Action Args
2013-04-21 04:48:14ncoghlansetrecipients: + ncoghlan, barry, pitrou, benjamin.peterson, sbt, isoschiz
2013-04-21 04:48:14ncoghlansetmessageid: <1366519694.54.0.205435838951.issue17800@psf.upfronthosting.co.za>
2013-04-21 04:48:14ncoghlanlinkissue17800 messages
2013-04-21 04:48:14ncoghlancreate