-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObject…
…s_impl (GH-19501) (cherry picked from commit 92b5dc7) Co-authored-by: Ray Donnelly <mingw.android@gmail.com>
- Loading branch information
1 parent
7d77368
commit 899e37b
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Misc/NEWS.d/next/Windows/2020-04-13-15-20-28.bpo-40263.1KKEbu.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This is a follow-on bug from https://bugs.python.org/issue26903. Once that | ||
is applied we run into an off-by-one assertion problem. The assert was not | ||
correct. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters