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 lemburg
Recipients Mark.Shannon, benjamin.peterson, larry, lemburg, njs, pitrou, serhiy.storchaka
Date 2015-08-31.09:59:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <55E42592.7050607@egenix.com>
In-reply-to <1441014927.79.0.70008002345.issue24912@psf.upfronthosting.co.za>
Content
On 31.08.2015 11:55, Antoine Pitrou wrote:
> 
> __class__ assignment can definitely be useful for monkey-patching, or other, purposes.

The feature certainly has its place for user defined types (see the
unpickle example), but I don't think we should allow this for
static types.
History
Date User Action Args
2015-08-31 09:59:59lemburgsetrecipients: + lemburg, pitrou, larry, benjamin.peterson, njs, Mark.Shannon, serhiy.storchaka
2015-08-31 09:59:59lemburglinkissue24912 messages
2015-08-31 09:59:59lemburgcreate