]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118761: Improve import time of `tomllib` (#128907)
authorTaneli Hukkinen <3275109+hukkin@users.noreply.github.com>
Fri, 17 Jan 2025 02:48:42 +0000 (04:48 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 02:48:42 +0000 (18:48 -0800)
commitea6cc26e759704ac69cda07740cd484bf96596ca
tree5c7c9bc185e915fd8ee0159287d9a13f5ec518f8
parentc879de71eb4d5e88c289b654a08fc4e4dafa3b05
gh-118761: Improve import time of `tomllib` (#128907)

Improve import time of `tomllib`  (in sync with upstream)
Lib/test/test_tomllib/test_misc.py
Lib/tomllib/_parser.py
Lib/tomllib/_re.py
Misc/NEWS.d/next/Library/2025-01-16-10-06-40.gh-issue-118761.z100LC.rst [new file with mode: 0644]