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 jnoller
Recipients barry, benjamin.peterson, donmez, jnoller
Date 2008-06-12.13:18:17
SpamBayes Score 0.1780499
Marked as misclassified No
Message-id <1213276698.24.0.475620724384.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
On python-3000 trunk, _multiprocessing doesn't even compile:

/Users/jesse/open_source/subversion/python-
3000/Modules/_multiprocessing/semaphore.c: In function ‘semlock_iszero’:
/Users/jesse/open_source/subversion/python-
3000/Modules/_multiprocessing/semaphore.c:515: warning: unused variable 
‘sval’
History
Date User Action Args
2008-06-12 13:18:18jnollersetspambayes_score: 0.17805 -> 0.1780499
recipients: + jnoller, barry, donmez, benjamin.peterson
2008-06-12 13:18:18jnollersetspambayes_score: 0.17805 -> 0.17805
messageid: <1213276698.24.0.475620724384.issue3088@psf.upfronthosting.co.za>
2008-06-12 13:18:17jnollerlinkissue3088 messages
2008-06-12 13:18:17jnollercreate