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 Claudiu.Popa, larry, ncoghlan, python-dev, yselivanov
Date 2014-06-23.17:24:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gxyCN6hc4z7Ljq@mail.python.org>
In-reply-to
Content
New changeset cc0f5d6ccb70 by Yury Selivanov in branch '3.4':
inspect: Validate that __signature__ is None or an instance of Signature.
http://hg.python.org/cpython/rev/cc0f5d6ccb70

New changeset fa5b985f0920 by Yury Selivanov in branch 'default':
inspect: Validate that __signature__ is None or an instance of Signature.
http://hg.python.org/cpython/rev/fa5b985f0920
History
Date User Action Args
2014-06-23 17:24:02python-devsetrecipients: + python-dev, ncoghlan, larry, Claudiu.Popa, yselivanov
2014-06-23 17:24:02python-devlinkissue21801 messages
2014-06-23 17:24:01python-devcreate