Staging
v0.8.1
https://github.com/python/cpython
Revision 35b95aaf21534e4a8e3370dfd6f7482265316c9e authored by Victor Stinner on 27 October 2020, 21:24:33 UTC, committed by GitHub on 27 October 2020, 21:24:33 UTC
Move the _PyLong_GetOne() call outside the fast-path loop.
1 parent c310185
Raw File
Tip revision: 35b95aaf21534e4a8e3370dfd6f7482265316c9e authored by Victor Stinner on 27 October 2020, 21:24:33 UTC
bpo-42161: Micro-optimize _collections._count_elements() (GH-23008)
Tip revision: 35b95aa
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top