]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122549: Add platform.invalidate_caches() (#122547)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 15 Nov 2024 13:52:56 +0000 (14:52 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 13:52:56 +0000 (13:52 +0000)
commit612ac283b81907d328891b102f5bfafcf62bd833
tree9872082ba62c25e4ed121263857cf08574f38457
parent08f98f4576f95f9ae1a4423d151fce053416f39f
gh-122549: Add platform.invalidate_caches() (#122547)

Allow to invalidate platform's cached results.
Doc/library/platform.rst
Doc/whatsnew/3.14.rst
Lib/platform.py
Lib/test/test_platform.py
Misc/NEWS.d/next/Library/2024-08-01-11-15-55.gh-issue-122549.ztV4Kz.rst [new file with mode: 0644]