From: Charles-François Natali Date: Thu, 12 Apr 2012 17:09:00 +0000 (+0200) Subject: Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. X-Git-Tag: v3.3.0a3~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=515ea9bd6568b737c062d9c166bb4c65420bb80a;p=python Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. --- 515ea9bd6568b737c062d9c166bb4c65420bb80a diff --cc Misc/ACKS index cab01d423d,aab5b20a59..2f1604afdc --- a/Misc/ACKS +++ b/Misc/ACKS @@@ -861,8 -783,7 +861,9 @@@ Jim Robinso Mark Roddy Kevin Rodgers Giampaolo Rodola +Elson Rodriguez + Adi Roiban +Luis Rojas Mike Romberg Armin Ronacher Case Roole diff --cc Misc/NEWS index f7440eea46,a9fbd8dc6d..ea5448426b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -264,6 -131,10 +264,8 @@@ Librar Build ----- + - Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. + -- Issue #14437: Fix building the _io module under Cygwin. - - Issue #14387: Do not include accu.h from Python.h. - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.