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 Thorney
Recipients Thorney, eric.araujo, ezio.melotti, jackdied, ncoghlan, pitrou, rhettinger
Date 2012-07-24.06:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343109626.05.0.406862704891.issue12428@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Antoine, the __class__ attribute wasn't useful, I've removed that. Overriding the __setattr__ and __delattr__ gives consistent behaviour with the both versions - allowing the unittest reuse. Also I've changed thread back to _thread.

Isn't more compatibility between the Python and C implementations desired? Is it an aim to document more of the functionality? An earlier version of this patch had a closure implementation of partial; I'm happy to revert to that if simplicity is preferred to compatibility?

Should the caching decorators be tested from multiple threads?
History
Date User Action Args
2012-07-24 06:00:27Thorneysetrecipients: + Thorney, rhettinger, ncoghlan, pitrou, jackdied, ezio.melotti, eric.araujo
2012-07-24 06:00:26Thorneysetmessageid: <1343109626.05.0.406862704891.issue12428@psf.upfronthosting.co.za>
2012-07-24 06:00:25Thorneylinkissue12428 messages
2012-07-24 06:00:25Thorneycreate