os: remove 5ms exec sleep on Windows #28371
Labels
FrozenDueToAge
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Performance
Milestone
src/os/exec_windows.go
contains in its (*Process).wait
method:That is unfortunate.
I tried to remove it on https://go-review.googlesource.com/c/go/+/84175 specifically for debugging Windows XP problems (#2866 and #17245), and it apparently didn't work.
But we don't support Windows XP anymore, so maybe we can remove it now?
But I forget everything about Windows I had learned while researching that patch, so opening this bug instead.
/cc @alexbrainman @jordanrh1
The text was updated successfully, but these errors were encountered: