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 jaraco
Recipients Anthony Sottile, jaraco, pablogsal
Date 2021-06-19.15:38:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624117081.44.0.621992897086.issue44459@roundup.psfhosted.org>
In-reply-to
Content
I suspect the performance enhancements to distribution deduplication are relevant here. Previously, distributions were deduplicated based on the canonical distribution name. Now they're deduplicated on the normalized name. And it seems that when attempting to calculate the normalized name in the indicated environment that the Distribution.name isn't a text string. That's a little surprising, but I'll investigate to see how that condition comes about.
History
Date User Action Args
2021-06-19 15:38:01jaracosetrecipients: + jaraco, Anthony Sottile, pablogsal
2021-06-19 15:38:01jaracosetmessageid: <1624117081.44.0.621992897086.issue44459@roundup.psfhosted.org>
2021-06-19 15:38:01jaracolinkissue44459 messages
2021-06-19 15:38:01jaracocreate