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 serhiy.storchaka
Recipients brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2018-04-06.15:43:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523029412.67.0.682650639539.issue33237@psf.upfronthosting.co.za>
In-reply-to
Content
Cyclic import usually leads to an AttributeError "module 'spam' has no attribute 'ham'" which usually is confusing because in normal case 'spam.ham' exists, and the user can have no ideas why it is disappeared.

The proposed PR allows to specialize the AttributeError message for partially initialized module. Any suggestions about the error message?
History
Date User Action Args
2018-04-06 15:43:32serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow
2018-04-06 15:43:32serhiy.storchakasetmessageid: <1523029412.67.0.682650639539.issue33237@psf.upfronthosting.co.za>
2018-04-06 15:43:32serhiy.storchakalinkissue33237 messages
2018-04-06 15:43:32serhiy.storchakacreate