diff options
author | AN Long <aisk@users.noreply.github.com> | 2023-12-07 17:26:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 17:26:29 (GMT) |
commit | a955fd68d6451bd42199110c978e99b3d2959db2 (patch) | |
tree | 14eb0414ba650d58b64b4ee21a34ceaf6f65380e /Misc/NEWS.d/next/Windows | |
parent | b2923a61a10dc2717f4662b590cc9f6d181c6983 (diff) | |
download | cpython-a955fd68d6451bd42199110c978e99b3d2959db2.zip cpython-a955fd68d6451bd42199110c978e99b3d2959db2.tar.gz cpython-a955fd68d6451bd42199110c978e99b3d2959db2.tar.bz2 |
gh-112278: Disable WMI queries on Windows after they time out (GH-112658)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2023-12-03-19-22-37.gh-issue-112278.FiloCE.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2023-12-03-19-22-37.gh-issue-112278.FiloCE.rst b/Misc/NEWS.d/next/Windows/2023-12-03-19-22-37.gh-issue-112278.FiloCE.rst new file mode 100644 index 0000000..0350d10 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2023-12-03-19-22-37.gh-issue-112278.FiloCE.rst @@ -0,0 +1,2 @@ +Reduce the time cost for some functions in :mod:`platform` on Windows if +current user has no permission to the WMI. |