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 dino.viehland
Recipients cjw296, dino.viehland
Date 2020-02-04.21:31:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580851876.0.0.537173384826.issue39551@roundup.psfhosted.org>
In-reply-to
Content
It's related to bpo-39336.  If you have an immutable package which doesn't allow it's children to be published on it when following the chain of packages it ends up not arriving at the final module.

But you can also hit it if you end up doing the patch during a relative import, although that seems much less likely.  But it generally seems matching the behavior of imports would be good to me.
History
Date User Action Args
2020-02-04 21:31:16dino.viehlandsetrecipients: + dino.viehland, cjw296
2020-02-04 21:31:15dino.viehlandsetmessageid: <1580851876.0.0.537173384826.issue39551@roundup.psfhosted.org>
2020-02-04 21:31:15dino.viehlandlinkissue39551 messages
2020-02-04 21:31:15dino.viehlandcreate