]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109653: Reduce the import time of `random` by 60% (GH-110221) (#110247)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 23:31:55 +0000 (16:31 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 23:31:55 +0000 (23:31 +0000)
commit41e8e1553f7e4fa97265b02e18fdc2a22b6a6611
tree65bf3a63d6d6a38f8aa22d003e95165e32a53060
parent892b1942a70cf2eb68a7582c7a9f3f91a3aeda1d
[3.12] gh-109653: Reduce the import time of `random` by 60% (GH-110221) (#110247)

gh-109653: Fix regression in the import time of `random` in Python 3.12 (GH-110221)
(cherry picked from commit 21a6263020db17020b2886f996bc23aa8cb7fbdf)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/random.py
Misc/NEWS.d/next/Library/2023-10-02-15-40-10.gh-issue-109653.iB0peK.rst [new file with mode: 0644]