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 yselivanov
Recipients eric.araujo, jonasw, larry, ncoghlan, yselivanov
Date 2014-02-14.18:31:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392402674.84.0.573939680248.issue20625@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like it's a bug.

Spam.eggs.__code__.co_varnames will have '_Spam__some_kwarg' as a name of the first parameter. So __annotations__ should have '_Spam__some_kwarg' instead of '__some_kwarg'.
History
Date User Action Args
2014-02-14 18:31:14yselivanovsetrecipients: + yselivanov, ncoghlan, larry, eric.araujo, jonasw
2014-02-14 18:31:14yselivanovsetmessageid: <1392402674.84.0.573939680248.issue20625@psf.upfronthosting.co.za>
2014-02-14 18:31:14yselivanovlinkissue20625 messages
2014-02-14 18:31:14yselivanovcreate