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, ncoghlan
Date 2011-10-26.06:56:37
SpamBayes Score 0.0006342108
Marked as misclassified No
Message-id <1319612198.22.0.978372453736.issue13266@psf.upfronthosting.co.za>
In-reply-to
Content
After a little thought, I think the explicit "unwrap" function is the only viable approach. Doing the unwrapping implicitly just has too many nasty corner cases to track down to ensure we aren't losing existing functionality.

I'd also suggest that we add a __wrapped__ alias for the 'func' attribute of functools.partial objects.
History
Date User Action Args
2011-10-26 06:56:38ncoghlansetrecipients: + ncoghlan, ezio.melotti
2011-10-26 06:56:38ncoghlansetmessageid: <1319612198.22.0.978372453736.issue13266@psf.upfronthosting.co.za>
2011-10-26 06:56:37ncoghlanlinkissue13266 messages
2011-10-26 06:56:37ncoghlancreate