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 serhiy.storchaka
Recipients eltoder, pitrou, serhiy.storchaka
Date 2015-03-20.22:26:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2564986.cMqX4Z4kWA@raxxla>
In-reply-to <1426889410.63.0.253913559885.issue23726@psf.upfronthosting.co.za>
Content
May be we should forbid assigning the __class__ attribute of basic builtin 
types (especially internable, such as int, str, bytes, tuple, bool, NoneType).
History
Date User Action Args
2015-03-20 22:26:34serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, eltoder
2015-03-20 22:26:34serhiy.storchakalinkissue23726 messages
2015-03-20 22:26:34serhiy.storchakacreate