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, pitrou, vstinner
Date 2009-01-23.08:25:26
SpamBayes Score 0.0002697744
Marked as misclassified No
Message-id <1232699127.42.0.0976672841273.issue5035@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to remove the unused _save argument of conn_poll()
function from the _multiprocessing mode. It fixes one of the compilation
problem without thread support.
History
Date User Action Args
2009-01-23 08:25:27vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, jnoller
2009-01-23 08:25:27vstinnersetmessageid: <1232699127.42.0.0976672841273.issue5035@psf.upfronthosting.co.za>
2009-01-23 08:25:26vstinnerlinkissue5035 messages
2009-01-23 08:25:26vstinnercreate