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 Anthony Sottile
Recipients Anthony Sottile, Zac Hatfield-Dodds, domdfcoding, jaraco, miss-islington
Date 2021-05-30.17:12:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622394771.39.0.150156888095.issue44246@roundup.psfhosted.org>
In-reply-to
Content
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
```
History
Date User Action Args
2021-05-30 17:12:51Anthony Sottilesetrecipients: + Anthony Sottile, jaraco, Zac Hatfield-Dodds, miss-islington, domdfcoding
2021-05-30 17:12:51Anthony Sottilesetmessageid: <1622394771.39.0.150156888095.issue44246@roundup.psfhosted.org>
2021-05-30 17:12:51Anthony Sottilelinkissue44246 messages
2021-05-30 17:12:51Anthony Sottilecreate