]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26211)
authorIrit Katriel <iritkatriel@yahoo.com>
Tue, 18 May 2021 14:25:38 +0000 (15:25 +0100)
committerGitHub <noreply@github.com>
Tue, 18 May 2021 14:25:38 +0000 (15:25 +0100)
commitc05d8a6b67785450b1fec0d30fe26d5478bc4f0b
tree706102afa87d8729b4f06f538fd9daa17309f85c
parent049c4125f8a2b482c6129db68463f58e20c31526
bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26211)

(cherry picked from commit 115dea9e2602b96b63390f00cc880e90c433efa2)

Co-authored-by: uniocto <serit142sa33go@gmail.com>
Lib/test/test_linecache.py
Lib/test/test_threading.py