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 eric.snow
Recipients brett.cannon, eric.snow
Date 2012-04-14.17:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334424774.22.0.402915818035.issue14578@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, that's one part of imp.find_module that I kind of set aside too (the #ifdef MS_COREDLL sections in Python/import.c).  For now would it be sufficient to expose _PyWin_FindRegisteredModule() privately with a wrapper in the imp module?
History
Date User Action Args
2012-04-14 17:32:54eric.snowsetrecipients: + eric.snow, brett.cannon
2012-04-14 17:32:54eric.snowsetmessageid: <1334424774.22.0.402915818035.issue14578@psf.upfronthosting.co.za>
2012-04-14 17:32:53eric.snowlinkissue14578 messages
2012-04-14 17:32:53eric.snowcreate