]> granicus.if.org Git - python/commit
bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796)
authorMichael Osipov <1983-01-06@gmx.net>
Fri, 17 Aug 2018 11:43:02 +0000 (13:43 +0200)
committerTal Einat <taleinat+github@gmail.com>
Fri, 17 Aug 2018 11:43:02 +0000 (14:43 +0300)
commit0e6e7a1e52a53090e33ebef13f8f1fbe9bec2375
tree362d7e0df01dfb3aa361bec5068bd5151aed1185
parentc53aaec793e018edef4e72a3edbd338b10db10aa
bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796)

Fix compile errors reported by HP aCC by fixing bugs introduced in 6dc57e2a20c
which do not cause trouble on clang or GCC.

Patch by Michael Osipov.
Modules/selectmodule.c