]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134752: Improve speed of test_tokenize.StringPrefixTest.test_prefixes....
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 May 2025 09:16:23 +0000 (11:16 +0200)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 09:16:23 +0000 (09:16 +0000)
commit452d098c0b024266702c64d6a76d908d721c5067
tree19a913acd5d46b0f0713bbbae9913a34179d6d86
parent0f93b2f862fb1fe63ae8dc68b93a81d36e7e037c
[3.14] gh-134752: Improve speed of test_tokenize.StringPrefixTest.test_prefixes. (GH-134766) (#134782)

gh-134752: Improve speed of test_tokenize.StringPrefixTest.test_prefixes. (GH-134766)
(cherry picked from commit 579686d9fb1bccc74c694d569f0a8bf28d9ca85a)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/test/test_tokenize.py