8000 gh-122549: Allow to invalidate platform's cached results by picnixz · Pull Request #122547 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-122549: Allow to invalidate platform's cached results #122547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add What's New
  • Loading branch information
picnixz committed Aug 1, 2024
commit 2d9f32863324326a0bd5f685bf9f687d098d9448
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ pathlib

(Contributed by Barney Gale in :gh:`73991`.)

platform
--------

* Add :func:`platform.invalidate_caches` to invalidate the cached results.

(Contributed by Bénédikt Tran in :gh:`122525`.)

pdb
---

Expand Down
Loading
0