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 Trundle, amaury.forgeotdarc, eric.araujo, ezio.melotti, jesstess, pitrou, python-dev, vstinner
Date 2014-04-28.11:08:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gHNX24k90z7LjR@mail.python.org>
In-reply-to
Content
New changeset 7052fdd90a11 by Antoine Pitrou in branch '3.4':
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.
http://hg.python.org/cpython/rev/7052fdd90a11

New changeset a14012352f65 by Antoine Pitrou in branch 'default':
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.
http://hg.python.org/cpython/rev/a14012352f65
History
Date User Action Args
2014-04-28 11:08:35python-devsetrecipients: + python-dev, amaury.forgeotdarc, pitrou, vstinner, ezio.melotti, eric.araujo, Trundle, jesstess
2014-04-28 11:08:35python-devlinkissue13204 messages
2014-04-28 11:08:35python-devcreate