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 pitrou
Recipients jpeel, pitrou, rhettinger
Date 2010-12-09.23:24:02
SpamBayes Score 0.00013299823
Marked as misclassified No
Message-id <1291937044.21.0.428315105812.issue10667@psf.upfronthosting.co.za>
In-reply-to
Content
When adding some C accelerations, we often try to keep a pure Python alternative in the stdlib, since it can then benefit other Python implementations (and easy prototyping).

If you move some of the methods inside a mixin and use multiple inheritance with the base C impl, this should be easy.
Also, the unit tests should then test both the C impl and the pure Python impl.
History
Date User Action Args
2010-12-09 23:24:04pitrousetrecipients: + pitrou, rhettinger, jpeel
2010-12-09 23:24:04pitrousetmessageid: <1291937044.21.0.428315105812.issue10667@psf.upfronthosting.co.za>
2010-12-09 23:24:02pitroulinkissue10667 messages
2010-12-09 23:24:02pitroucreate