]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120317: Lock around global state in the tokenize module (GH-120318) (#121841)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Jul 2024 10:03:47 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 10:03:47 +0000 (10:03 +0000)
commite45c61f736495272c71eb42d8a032c74867183fe
treeee9bf27c2625a93c31ec110afe2c470b7d5b2adc
parent93ee63ae20065ef671bb923f60d6fa889f2ff7a9
[3.13] gh-120317: Lock around global state in the tokenize module (GH-120318) (#121841)

(cherry picked from commit 8549559f383dfcc0ad0c32496f62a4b737c05b4f)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_free_threading/test_tokenize.py [new file with mode: 0644]
Python/Python-tokenize.c