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 brett.cannon
Recipients brett.cannon, eric.snow, r.david.murray, scoder
Date 2012-08-10.16:45:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344617160.9.0.174696431501.issue15576@psf.upfronthosting.co.za>
In-reply-to
Content
To add a nice wrinkle to all of this, Windows debug builds use _d.pyd as the extension suffix. Notice how that doesn't start with a nice '.' to make finding the suffix easy? Yeah, that complicates ExtensionLoader.is_package() as I will have to now directly reference imp.extension_suffixes() which sucks as it hard codes what extensions are used instead of being more flexible and just ignoring that bit of detail.
History
Date User Action Args
2012-08-10 16:46:01brett.cannonsetrecipients: + brett.cannon, scoder, r.david.murray, eric.snow
2012-08-10 16:46:00brett.cannonsetmessageid: <1344617160.9.0.174696431501.issue15576@psf.upfronthosting.co.za>
2012-08-10 16:46:00brett.cannonlinkissue15576 messages
2012-08-10 16:45:59brett.cannoncreate