- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message365907
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 | petr.viktorin |
|---|---|
| Recipients | Mark.Shannon, corona10, jdemeyer, methane, miss-islington, petr.viktorin, phsilva, vstinner |
| Date | 2020-04-07.14:44:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1586270667.14.0.746343251704.issue37207@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
As discussed briefly in Mark's PR, benchmarks like this are now slower:
ret = dict(**{'a': 2, 'b': 4, 'c': 6, 'd': 8})
Python 3.8: Mean +- std dev: 281 ns +- 9 ns
master: Mean +- std dev: 456 ns +- 14 ns |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-07 14:44:27 | petr.viktorin | set | recipients: + petr.viktorin, vstinner, phsilva, methane, Mark.Shannon, jdemeyer, corona10, miss-islington |
| 2020-04-07 14:44:27 | petr.viktorin | set | messageid: <1586270667.14.0.746343251704.issue37207@roundup.psfhosted.org> |
| 2020-04-07 14:44:27 | petr.viktorin | link | issue37207 messages |
| 2020-04-07 14:44:27 | petr.viktorin | create | |

