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 daniel.urban
Recipients aliles, daniel.urban, eric.araujo, ezio.melotti, flox, meador.inge, ncoghlan, rhettinger
Date 2012-11-04.09:39:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352021993.06.0.110466646257.issue13266@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch addressing the comments on Rietveld. I've added another modification: inspect.signature uses inspect.unwrap. (It already tried to unwrap the function, but it wasn't protected from infinite recursion. I don't know if this worth fixing in 3.3.)
History
Date User Action Args
2012-11-04 09:39:53daniel.urbansetrecipients: + daniel.urban, rhettinger, ncoghlan, ezio.melotti, eric.araujo, flox, meador.inge, aliles
2012-11-04 09:39:53daniel.urbansetmessageid: <1352021993.06.0.110466646257.issue13266@psf.upfronthosting.co.za>
2012-11-04 09:39:53daniel.urbanlinkissue13266 messages
2012-11-04 09:39:52daniel.urbancreate