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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=515ea9bd6568b737c062d9c166bb4c65420bb80a;p=thirdparty%2FPython%2Fcpython.git Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. --- 515ea9bd6568b737c062d9c166bb4c65420bb80a diff --cc Misc/ACKS index cab01d423d67,aab5b20a599a..2f1604afdcdb --- 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 f7440eea46c9,a9fbd8dc6da1..ea5448426b3d --- 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.