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 mark.dickinson
Recipients jnoller, mark.dickinson, pitrou, ronaldoussoren
Date 2010-08-13.12:43:45
SpamBayes Score 0.0012051297
Marked as misclassified No
Message-id <1281703428.64.0.285019462814.issue9586@psf.upfronthosting.co.za>
In-reply-to
Content
The PPC Tiger buildbot build output shows (e.g., for 2.7):

/Users/buildbot/buildarea/2.7.parc-tiger-1/build/Modules/_multiprocessing/semaphore.c:421: warning: initialization makes pointer from integer without a cast
/Users/buildbot/buildarea/2.7.parc-tiger-1/build/Modules/_multiprocessing/semaphore.c:441: warning: comparison between pointer and integer
/Users/buildbot/buildarea/2.7.parc-tiger-1/build/Modules/_multiprocessing/semaphore.c:454: warning: comparison between pointer and integer
/Users/buildbot/buildarea/2.7.parc-tiger-1/build/Modules/_multiprocessing/semaphore.c:476: warning: comparison between pointer and integer

This looks as though it should be investigated;  these comparisons are almost certainly doing the wrong thing.

Including Antoine in the nosy because he was the last person to touch this code (I think).
History
Date User Action Args
2010-08-13 12:43:49mark.dickinsonsetrecipients: + mark.dickinson, ronaldoussoren, pitrou, jnoller
2010-08-13 12:43:48mark.dickinsonsetmessageid: <1281703428.64.0.285019462814.issue9586@psf.upfronthosting.co.za>
2010-08-13 12:43:46mark.dickinsonlinkissue9586 messages
2010-08-13 12:43:45mark.dickinsoncreate