]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134179: Use sys._clear_internal_caches() at test_cmd_line (#134180)
authoralexey semenyuk <alexsemenyuk88@gmail.com>
Mon, 9 Feb 2026 14:40:17 +0000 (19:40 +0500)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 14:40:17 +0000 (15:40 +0100)
commitdd2da42ea479c32a4260463b47e1b58877d07bdc
treeba629cae5fb35dd40e1cf8c701f386e83c8e53e7
parentff531f9005d508cbac31ffdd696ef45bc4944d61
gh-134179: Use sys._clear_internal_caches() at test_cmd_line (#134180)

Use sys._clear_internal_caches() instead of deprecated sys._clear_type_cache() at test_cmd_line.
Lib/test/test_cmd_line.py