diff options
author | Henrik Tunedal <tunedal@gmail.com> | 2024-04-28 21:10:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-28 21:10:44 (GMT) |
commit | 133c1a7cdb19dd9317e7607ecf8f4fd4fb5842f6 (patch) | |
tree | 666e1f7b31b3ba3640ff53d2806bf810cb7df4e9 /Misc | |
parent | f5b7e397c0a0e180257450843ab622ab8783adf6 (diff) | |
download | cpython-133c1a7cdb19dd9317e7607ecf8f4fd4fb5842f6.zip cpython-133c1a7cdb19dd9317e7607ecf8f4fd4fb5842f6.tar.gz cpython-133c1a7cdb19dd9317e7607ecf8f4fd4fb5842f6.tar.bz2 |
gh-118293: Suppress mouse cursor feedback when launching Windows processes with multiprocessing (GH-118315)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-04-26-14-23-07.gh-issue-118293.ohhPtW.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-04-26-14-23-07.gh-issue-118293.ohhPtW.rst b/Misc/NEWS.d/next/Windows/2024-04-26-14-23-07.gh-issue-118293.ohhPtW.rst new file mode 100644 index 0000000..7383a2b --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-04-26-14-23-07.gh-issue-118293.ohhPtW.rst @@ -0,0 +1,2 @@ +The ``multiprocessing`` module now passes the ``STARTF_FORCEOFFFEEDBACK`` +flag when spawning processes to tell Windows not to change the mouse cursor. |