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 haubi
Recipients darkside, drj, haubi, inkblotter, pitrou, sable
Date 2010-09-07.17:39:51
SpamBayes Score 2.7109102e-06
Marked as misclassified No
Message-id <1283881193.97.0.999212290568.issue4026@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry to be pedantic - but it looks like (don't have a build environment at hand at the moment) it will fail to build as 64bit on the not-so-up-to-date AIX with missing 64bit flock implementation:
There, the compile-check will succeed and define HAVE_FLOCK, but the link-check will fail - which really should reset have_flock to 'no'.
IMO, HAVE_FLOCK should be defined when _both_ checks succeed only, not upon the compile-check only as it is done now.
Thank you!
History
Date User Action Args
2010-09-07 17:39:54haubisetrecipients: + haubi, pitrou, sable, drj, inkblotter, darkside
2010-09-07 17:39:53haubisetmessageid: <1283881193.97.0.999212290568.issue4026@psf.upfronthosting.co.za>
2010-09-07 17:39:51haubilinkissue4026 messages
2010-09-07 17:39:51haubicreate