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 python-dev
Recipients Guido.van.Rossum, Mark.Shannon, benjamin.peterson, eltoder, gvanrossum, larry, lemburg, ncoghlan, njs, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2015-09-05.22:21:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150905222141.101504.41700@psf.io>
In-reply-to
Content
New changeset 27cc5cce0292 by Guido van Rossum in branch '3.5':
Issue #24912: Prevent __class__ assignment to immutable built-in objects.
https://hg.python.org/cpython/rev/27cc5cce0292

New changeset 1c55f169f4ee by Guido van Rossum in branch '3.5':
Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5.0 -> 3.5)
https://hg.python.org/cpython/rev/1c55f169f4ee

New changeset b045465e5dba by Guido van Rossum in branch 'default':
Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5 -> 3.6)
https://hg.python.org/cpython/rev/b045465e5dba
History
Date User Action Args
2015-09-05 22:21:44python-devsetrecipients: + python-dev, lemburg, gvanrossum, rhettinger, ncoghlan, pitrou, vstinner, larry, benjamin.peterson, njs, Mark.Shannon, eltoder, serhiy.storchaka, Guido.van.Rossum
2015-09-05 22:21:44python-devlinkissue24912 messages
2015-09-05 22:21:44python-devcreate