diff options
author | NewUserHa <32261870+NewUserHa@users.noreply.github.com> | 2022-11-11 22:45:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 22:45:24 (GMT) |
commit | 55c96e8053689c29ae28a9d2117ae37934eace68 (patch) | |
tree | e3c4b63e257d9eb31db654666d2a296657609cda /Misc/NEWS.d | |
parent | f531b6879b530515b009ac79767702829848cf07 (diff) | |
download | cpython-55c96e8053689c29ae28a9d2117ae37934eace68.zip cpython-55c96e8053689c29ae28a9d2117ae37934eace68.tar.gz cpython-55c96e8053689c29ae28a9d2117ae37934eace68.tar.bz2 |
gh-99305: Speed up secrets.token_hex() ~2x (#99306)
simple code modernization.
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-10-11-51-39.gh-issue-99305.6LzQc3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-10-11-51-39.gh-issue-99305.6LzQc3.rst b/Misc/NEWS.d/next/Library/2022-11-10-11-51-39.gh-issue-99305.6LzQc3.rst new file mode 100644 index 0000000..32e18e5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-10-11-51-39.gh-issue-99305.6LzQc3.rst @@ -0,0 +1 @@ +Improve performance of :func:`secrets.token_hex`. |