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 njs
Recipients Guido.van.Rossum, Mark.Shannon, benjamin.peterson, eltoder, larry, lemburg, njs, pitrou, rhettinger, serhiy.storchaka
Date 2015-09-01.09:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441098882.48.0.721270196643.issue24912@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Raymond. Hi Guido. Sorry about the mess.

My overview of the situation so far, and of the patch currently attached to this bug, is here (and a bit in the next post):
  https://bugs.python.org/issue24912#msg249438

From where I sit this all looks like a massive overreaction/misunderstanding: I introduced a bug, the cause is obvious, and it's straightforward to fix. If we want to fix the bug in the most general manner then that's straightforward but probably more work than we want to do in rc3. If we want to just apply a conservative fix and move on then we have an 8 line patch attached to this bug that does that. Even if we don't apply the patch then there's no security hole, that's just factually incorrect. But it doesn't even matter, because again, we have a patch. If we do apply this patch, then literally the only outcome of all of this will be that __class__ assignment in 3.5 will be (1) less buggy in general, and (2) be allowed, safely, on instances of ModuleType subclasses. I get that the whole concept of __class__ assignment is kinda freaky and unnerving, but I do not understand why some people are insisting that the above needs a PEP...

You know, in fact, note to everyone: I hereby withdraw any suggestion that we might want to "fix" the __class__ assignment code to handle the general case beyond ModuleType. Obviously this is super controversial and distracting for reasons I don't really understand, but I don't have to -- the only reason to brought it up in the first place is out of a vague desire to make Python "better", and frankly all I care about at this point is that I don't want to wait another 2 years before I can safely deprecate module-level constants. So let's just apply the attached patch and move on? Nothing broken, no security hole, nothing to eek about.
History
Date User Action Args
2015-09-01 09:14:42njssetrecipients: + njs, lemburg, rhettinger, pitrou, larry, benjamin.peterson, Mark.Shannon, eltoder, serhiy.storchaka, Guido.van.Rossum
2015-09-01 09:14:42njssetmessageid: <1441098882.48.0.721270196643.issue24912@psf.upfronthosting.co.za>
2015-09-01 09:14:42njslinkissue24912 messages
2015-09-01 09:14:41njscreate