summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>2024-11-15 13:52:56 (GMT)
committerGitHub <noreply@github.com>2024-11-15 13:52:56 (GMT)
commit612ac283b81907d328891b102f5bfafcf62bd833 (patch)
tree9872082ba62c25e4ed121263857cf08574f38457 /Misc
parent08f98f4576f95f9ae1a4423d151fce053416f39f (diff)
downloadcpython-612ac283b81907d328891b102f5bfafcf62bd833.zip
cpython-612ac283b81907d328891b102f5bfafcf62bd833.tar.gz
cpython-612ac283b81907d328891b102f5bfafcf62bd833.tar.bz2
gh-122549: Add platform.invalidate_caches() (#122547)
Allow to invalidate platform's cached results.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-08-01-11-15-55.gh-issue-122549.ztV4Kz.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-08-01-11-15-55.gh-issue-122549.ztV4Kz.rst b/Misc/NEWS.d/next/Library/2024-08-01-11-15-55.gh-issue-122549.ztV4Kz.rst
new file mode 100644
index 0000000..6b2cbc0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-08-01-11-15-55.gh-issue-122549.ztV4Kz.rst
@@ -0,0 +1 @@
+Add :func:`platform.invalidate_caches` to invalidate cached results.