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 ezio.melotti, georg.brandl, jcea, michael.foord, ncoghlan, rhettinger
Date 2013-05-24.13:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369402393.96.0.987372585345.issue17482@psf.upfronthosting.co.za>
In-reply-to
Content
Georg, just a heads up that I was informed of a fairly significant bug in the __wrapped__ handling which some folks doing function introspection had been assuming was a feature.

I'd like to fix it for 3.3.3, but need your +1 as RM since it *will* break introspection code which assumes the current behaviour was intentional.
History
Date User Action Args
2013-05-24 13:33:14ncoghlansetrecipients: + ncoghlan, georg.brandl, rhettinger, jcea, ezio.melotti, michael.foord
2013-05-24 13:33:13ncoghlansetmessageid: <1369402393.96.0.987372585345.issue17482@psf.upfronthosting.co.za>
2013-05-24 13:33:13ncoghlanlinkissue17482 messages
2013-05-24 13:33:13ncoghlancreate