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 vstinner
Recipients amaury.forgeotdarc, jnoller, loewis, ocean-city, vstinner
Date 2009-01-23.12:10:06
SpamBayes Score 0.0001453007
Marked as misclassified No
Message-id <1232712611.45.0.4028092766.issue3807@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand the usage of _save argument of conn_poll() function
(of the _multiprocessing module). Here is a patch to remove it. I first
wrote this patch to try to compile _multiprocessing without thread
support (which is stupid because _multiprocessing requires semaphore).

Just ignore my patch if the _save is used somewhere.
History
Date User Action Args
2009-01-23 12:10:12vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, ocean-city, jnoller
2009-01-23 12:10:11vstinnersetmessageid: <1232712611.45.0.4028092766.issue3807@psf.upfronthosting.co.za>
2009-01-23 12:10:09vstinnerlinkissue3807 messages
2009-01-23 12:10:08vstinnercreate