]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Jul 2020 19:25:59 +0000 (12:25 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2020 19:25:59 +0000 (12:25 -0700)
commit4a02da4f95cfff679e38a13ca0f44d660c5669b5
treeaf232ddc3fc271e6a365dc5ef2d649cdafe0ca24
parent9080e1e3f4d209892efe6e25368497b06663da2d
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686)

(cherry picked from commit af4eda46d1538b1da700a86588bdb94b0a4d1ff2)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Modules/overlapped.c