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 rbcollins
Recipients axitkhurana, barry, ezio.melotti, michael.foord, r.david.murray, rbcollins, serhiy.storchaka, taleinat, vajrasky
Date 2016-09-11.23:58:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473638295.71.0.0431286801011.issue24412@psf.upfronthosting.co.za>
In-reply-to
Content
So, thank you for the patch. However - there's no need for a metaclass here, and its actively harmful to comprehending the code.

As I suggested earlier, please decouple the cleanups implementation and then consume it from the two places that it will be needed (testcase and testsuite).
History
Date User Action Args
2016-09-11 23:58:16rbcollinssetrecipients: + rbcollins, barry, taleinat, ezio.melotti, r.david.murray, michael.foord, axitkhurana, serhiy.storchaka, vajrasky
2016-09-11 23:58:15rbcollinssetmessageid: <1473638295.71.0.0431286801011.issue24412@psf.upfronthosting.co.za>
2016-09-11 23:58:15rbcollinslinkissue24412 messages
2016-09-11 23:58:15rbcollinscreate