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 Thorney, ncoghlan, rhettinger
Date 2011-06-28.12:16:13
SpamBayes Score 4.6452988e-06
Marked as misclassified No
Message-id <1309263373.72.0.0173524741403.issue12428@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond, do we care whether or not the pure Python version of functools.partial supports inheritance and instance testing?

The constructor is technically documented as returning a "partial object" rather than a simple staticmethod instance with additional attributes.

My own preference leans towards keeping the closure based implementation due to its simplicity, which is what makes it particularly useful as a cross-check on the C implementation.
History
Date User Action Args
2011-06-28 12:16:13ncoghlansetrecipients: + ncoghlan, rhettinger, Thorney
2011-06-28 12:16:13ncoghlansetmessageid: <1309263373.72.0.0173524741403.issue12428@psf.upfronthosting.co.za>
2011-06-28 12:16:13ncoghlanlinkissue12428 messages
2011-06-28 12:16:13ncoghlancreate