[issue44246] 3.10 beta 1: breaking change in importlib.metadata entry points

Anthony Sottile report at bugs.python.org
Sun May 30 13:12:51 EDT 2021


Anthony Sottile <asottile at umich.edu> added the comment:

oops, tiny typo in those code examples, they should say `group=` instead of `name=` -- though the performance is unchanged:

(first example)
```console
$ ./venv39/bin/python t.py
0.6641988754272461
$ ./venv310/bin/python t.py
1.3172023296356201
```

(second example)
```console
$ ./venv39/bin/python t.py
0.014233589172363281
$ ./venv310/bin/python t.py
8.910593271255493
```

----------

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


More information about the Python-bugs-list mailing list