]> 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:49 +0000 (12:25 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2020 19:25:49 +0000 (12:25 -0700)
commitf8055fb0f1054fce6a21047da39b92ae32416b80
tree06fa9707b2da779325ea0fa7949b278e169a4db9
parent05abf2a61c4b9b1fd1cc7a152ca17bee1f5c8166
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