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 alexandre.vassalotti
Recipients alexandre.vassalotti, belopolsky, benjamin.peterson, pitrou
Date 2010-06-28.20:36:52
SpamBayes Score 0.00020610742
Marked as misclassified No
Message-id <1277757414.95.0.762900576208.issue9104@psf.upfronthosting.co.za>
In-reply-to
Content
The code for import_module_implementations seems a bit fragile. Prefixing the module name with an underscore might not always yield the name of the optimized implementation.  An explicit dictionary to map the Python and C implementations may be a better approach.

Otherwise, the code looks good. Feel free to commit it.
History
Date User Action Args
2010-06-28 20:36:55alexandre.vassalottisetrecipients: + alexandre.vassalotti, belopolsky, pitrou, benjamin.peterson
2010-06-28 20:36:54alexandre.vassalottisetmessageid: <1277757414.95.0.762900576208.issue9104@psf.upfronthosting.co.za>
2010-06-28 20:36:52alexandre.vassalottilinkissue9104 messages
2010-06-28 20:36:52alexandre.vassalotticreate