This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sable
Recipients darkside, drj, haubi, inkblotter, sable
Date 2010-09-06.14:17:49
SpamBayes Score 0.0018315273
Marked as misclassified No
Message-id <1283782673.71.0.481186730806.issue4026@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the version of the patch for Python 2.7.
I had to change AC_TRY_COMPILE to AC_COMPILE_IFELSE and AC_TRY_LINK to AC_LINK_IFELSE.

The syntax in configure.in is the same between Python 2.7 and the trunk. It is also the same between Python 2.6.6 and Python 3.1.2.

So this patch can be applied on the trunk and the patch Python-2.6.6_flock_AIX.diff can be applied on Python 3.1.2.
History
Date User Action Args
2010-09-06 14:17:53sablesetrecipients: + sable, drj, inkblotter, darkside, haubi
2010-09-06 14:17:53sablesetmessageid: <1283782673.71.0.481186730806.issue4026@psf.upfronthosting.co.za>
2010-09-06 14:17:50sablelinkissue4026 messages
2010-09-06 14:17:50sablecreate