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 dgreiman
Recipients dgreiman
Date 2016-10-13.00:18:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476317932.87.0.807629965942.issue28425@psf.upfronthosting.co.za>
In-reply-to
Content
This manifests in the following way: A package directory containing an __init__.py that is a symlink to /dev/null is treated as a namespace package instead of a regular package.

The Bazel build tool creates many __init__.py files in this way, which is how I even ran into this.

Symlinks to regular files seem fine.
History
Date User Action Args
2016-10-13 00:18:53dgreimansetrecipients: + dgreiman
2016-10-13 00:18:52dgreimansetmessageid: <1476317932.87.0.807629965942.issue28425@psf.upfronthosting.co.za>
2016-10-13 00:18:52dgreimanlinkissue28425 messages
2016-10-13 00:18:51dgreimancreate