diff options
author | Brian Schubert <brianm.schubert@gmail.com> | 2024-02-17 16:42:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 16:42:57 (GMT) |
commit | 90dd653a6122a6c5b4b1fe5abe773c4751e5ca25 (patch) | |
tree | 9550ca6b182cc4b121688ea998bc8d2caf1850c9 /Misc/NEWS.d | |
parent | 437924465de5cb81988d1e580797b07090c26a28 (diff) | |
download | cpython-90dd653a6122a6c5b4b1fe5abe773c4751e5ca25.zip cpython-90dd653a6122a6c5b4b1fe5abe773c4751e5ca25.tar.gz cpython-90dd653a6122a6c5b4b1fe5abe773c4751e5ca25.tar.bz2 |
gh-115596: Fix ProgramPriorityTests in test_os permanently changing the process priority (GH-115610)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2024-02-17-08-25-01.gh-issue-115596.RGPCrR.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2024-02-17-08-25-01.gh-issue-115596.RGPCrR.rst b/Misc/NEWS.d/next/Tests/2024-02-17-08-25-01.gh-issue-115596.RGPCrR.rst new file mode 100644 index 0000000..2bcb8b9 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2024-02-17-08-25-01.gh-issue-115596.RGPCrR.rst @@ -0,0 +1,2 @@ +Fix ``ProgramPriorityTests`` in ``test_os`` permanently changing the process +priority. |