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 ncoghlan
Recipients barry, brett.cannon, gvanrossum, larry, meador.inge, ncoghlan, skrah, tim.peters, yselivanov, zach.ware
Date 2014-01-24.13:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390571426.62.0.89189566021.issue20189@psf.upfronthosting.co.za>
In-reply-to
Content
Scanned the whole patch, especially the type changes. This looks like a solid approach to me.

For 3.5, PEP 457 might want to consider proposing a tp_sig slot and splitting the signature out at type creation time rather than on attribute lookup. The current dynamic approach is fine for 3.4, though.
History
Date User Action Args
2014-01-24 13:50:26ncoghlansetrecipients: + ncoghlan, gvanrossum, tim.peters, barry, brett.cannon, larry, skrah, meador.inge, zach.ware, yselivanov
2014-01-24 13:50:26ncoghlansetmessageid: <1390571426.62.0.89189566021.issue20189@psf.upfronthosting.co.za>
2014-01-24 13:50:26ncoghlanlinkissue20189 messages
2014-01-24 13:50:26ncoghlancreate