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 benjamin.peterson
Recipients abusalimov, benjamin.peterson, lemburg, tim.peters
Date 2014-11-03.20:36:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415046990.99.0.656463331723.issue22735@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the patchset. I wonder if we should just forbid most reentrancy i.e. set a flag on the type when it's being constructed and not let type_set_bases be called then. Setting __bases__ from within mro() doesn't seem very useful outside of producing pathologies.
History
Date User Action Args
2014-11-03 20:36:31benjamin.petersonsetrecipients: + benjamin.peterson, lemburg, tim.peters, abusalimov
2014-11-03 20:36:30benjamin.petersonsetmessageid: <1415046990.99.0.656463331723.issue22735@psf.upfronthosting.co.za>
2014-11-03 20:36:30benjamin.petersonlinkissue22735 messages
2014-11-03 20:36:30benjamin.petersoncreate