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 Martin.Teichmann, Tim.Graham, abarry, eric.snow, gvanrossum, larry, ncoghlan, ned.deily, python-dev, serhiy.storchaka
Date 2016-12-04.12:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480855409.73.0.665231833036.issue23722@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch for Serhiy's review comments: issue23722_classcell_reference_validation_v2.diff

- avoids a spurious deprecation warning for metaclasses that don't return a type() instance at all
- avoids even the appearance of a refleak in the __build_class__ fallback code
- integrates the documentation into the main patch
History
Date User Action Args
2016-12-04 12:43:30ncoghlansetrecipients: + ncoghlan, gvanrossum, larry, ned.deily, python-dev, eric.snow, serhiy.storchaka, Martin.Teichmann, Tim.Graham, abarry
2016-12-04 12:43:29ncoghlansetmessageid: <1480855409.73.0.665231833036.issue23722@psf.upfronthosting.co.za>
2016-12-04 12:43:29ncoghlanlinkissue23722 messages
2016-12-04 12:43:29ncoghlancreate