]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134179: Use sys._clear_internal_caches() at test_cmd_line (GH-134180) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Feb 2026 15:06:28 +0000 (16:06 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 15:06:28 +0000 (15:06 +0000)
commit9cc8e4948c868f6199630256cc2bddb04ed33327
treeb15bad15ed641a48e8a0412c30d875aeffae81f2
parentc9646df6442aabc939716a462d354f052f48c263
[3.14] gh-134179: Use sys._clear_internal_caches() at test_cmd_line (GH-134180) (#144631)

gh-134179: Use sys._clear_internal_caches() at test_cmd_line (GH-134180)

Use sys._clear_internal_caches() instead of deprecated sys._clear_type_cache() at test_cmd_line.
(cherry picked from commit dd2da42ea479c32a4260463b47e1b58877d07bdc)

Co-authored-by: alexey semenyuk <alexsemenyuk88@gmail.com>
Lib/test/test_cmd_line.py