Benjamin Peterson added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22735>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to