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 Arfrever, benjamin.peterson, eric.araujo, jonasw, larry, ncoghlan, nnorwitz, python-dev, yselivanov
Date 2014-03-17.06:31:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fnSM9571kz7LkZ@mail.python.org>
In-reply-to
Content
New changeset 4d7c3cbd8515 by Yury Selivanov in branch '3.4':
Mangle __parameters in __annotations__ dict properly. Issue #20625.
http://hg.python.org/cpython/rev/4d7c3cbd8515

New changeset 3bced76d2706 by Victor Stinner in branch '3.4':
Issue #20625: Fix compilation issue
http://hg.python.org/cpython/rev/3bced76d2706

New changeset e5cde3fd7c74 by Benjamin Peterson in branch '3.4':
update magic number for #20625
http://hg.python.org/cpython/rev/e5cde3fd7c74
History
Date User Action Args
2014-03-17 06:31:02python-devsetrecipients: + python-dev, nnorwitz, ncoghlan, larry, benjamin.peterson, eric.araujo, Arfrever, yselivanov, jonasw
2014-03-17 06:31:02python-devlinkissue20625 messages
2014-03-17 06:31:02python-devcreate