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 cameron
Recipients Greg Price, cameron, ncoghlan
Date 2019-11-13.05:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573621673.8.0.596208511197.issue36375@roundup.psfhosted.org>
In-reply-to
Content
Just a remark about the preamble comment: it reads to me as though PEP499 is a misfeature. Possibly change:

  We actually want the double import, so remove the alias if it exists.

to:

  This module is unusual, and actually wants the double import.
  Therefore we remove the __spec__.name alias if it exists
  so that a subsequent import by name will make a distinct instance.

Verbose, but at least I know the intent.
History
Date User Action Args
2019-11-13 05:07:53cameronsetrecipients: + cameron, ncoghlan, Greg Price
2019-11-13 05:07:53cameronsetmessageid: <1573621673.8.0.596208511197.issue36375@roundup.psfhosted.org>
2019-11-13 05:07:53cameronlinkissue36375 messages
2019-11-13 05:07:53cameroncreate