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 cajetan.rodrigues
Recipients Greg Whiteley, barry, cajetan.rodrigues, eric.smith, eric.snow
Date 2020-05-05.08:47:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588668428.95.0.624913213259.issue40350@roundup.psfhosted.org>
In-reply-to
Content
Turns out using _PKG_DIRECTORY as a type for namespace packages ended up making `_find_module` try to search for an __init__.py within them, since it had no understanding of the diff. between a namespace package and a regular one (the lack of __init__.py), and caused it to break.

I've raised a PR with a new type _NSP_DIRECTORY for namespace-directories.
History
Date User Action Args
2020-05-05 08:47:09cajetan.rodriguessetrecipients: + cajetan.rodrigues, barry, eric.smith, eric.snow, Greg Whiteley
2020-05-05 08:47:08cajetan.rodriguessetmessageid: <1588668428.95.0.624913213259.issue40350@roundup.psfhosted.org>
2020-05-05 08:47:08cajetan.rodrigueslinkissue40350 messages
2020-05-05 08:47:08cajetan.rodriguescreate