[issue44459] 3.10b2 -> 3.10b3 regression in importlib.metadata for rinoh

Jason R. Coombs report at bugs.python.org
Sat Jun 19 11:38:01 EDT 2021


Jason R. Coombs <jaraco at jaraco.com> added the comment:

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.

----------
assignee:  -> jaraco

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44459>
_______________________________________


More information about the Python-bugs-list mailing list