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.

classification
Title: Documentation: Benchmark table in "What's new in Python 3.9" has weird values
Type: Stage: resolved
Components: Documentation Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: Jakub Beránek, docs@python, miss-islington, rahul-kumi, rhettinger, shihai1991
Priority: normal Keywords: patch

Created on 2020-05-22 07:59 by Jakub Beránek, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20313 merged rhettinger, 2020-05-22 13:32
PR 20315 merged miss-islington, 2020-05-22 14:07
PR 21169 open shihai1991, 2020-06-26 15:13
Messages (3)
msg369563 - (view) Author: Jakub Beránek (Jakub Beránek) Date: 2020-05-22 07:59
The "What's new in Python 3.9" page displays a table with microbenchmark results between different Python version (https://docs.python.org/3.9/whatsnew/3.9.html#optimizations).

The values provided for Python 3.4 are suspicious, as they are several times smaller than all following Python versions. Therefore it looks like Python got much slower in the recent releases, although the opposite is probably true.
msg369602 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-05-22 14:18
New changeset 5c01ed6f9366bc6fd880c18e5a2929de72bc1be6 by Miss Islington (bot) in branch '3.9':
bpo-40725: Restore missing column of digits (GH-20313) (GH-20315)
https://github.com/python/cpython/commit/5c01ed6f9366bc6fd880c18e5a2929de72bc1be6
msg369606 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-05-22 14:31
Thanks for the report.
History
Date User Action Args
2022-04-11 14:59:31adminsetgithub: 84902
2020-06-26 15:13:44shihai1991setnosy: + shihai1991

pull_requests: + pull_request20327
2020-05-22 14:31:32rhettingersetstatus: open -> closed
resolution: fixed
messages: + msg369606

stage: patch review -> resolved
2020-05-22 14:18:08rhettingersetmessages: + msg369602
2020-05-22 14:07:18miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request19584
2020-05-22 13:32:40rhettingersetkeywords: + patch
stage: patch review
pull_requests: + pull_request19582
2020-05-22 13:16:47rhettingersetassignee: docs@python -> rhettinger
2020-05-22 08:57:41rahul-kumisetnosy: + rahul-kumi
2020-05-22 08:16:16xtreaksetnosy: + rhettinger
2020-05-22 07:59:27Jakub Beránekcreate