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 christian.heimes
Recipients christian.heimes, jnoller, skip.montanaro
Date 2008-10-26.15:21:06
SpamBayes Score 0.001399361
Marked as misclassified No
Message-id <1225034474.82.0.458838457625.issue4208@psf.upfronthosting.co.za>
In-reply-to
Content
The patch contains all differences between our multiprocessing backport
to 2.4 / 2.5 and the release26-maint branch. The patch should NOT be
applied yet. I've created the patch to discuss the differences.

Several changes could be avoided by monkey patching the threading module
of Python 2.4 and 2.5. Other changes are required like using the old
buffer protocol.
History
Date User Action Args
2008-10-26 15:21:14christian.heimessetrecipients: + christian.heimes, skip.montanaro, jnoller
2008-10-26 15:21:14christian.heimessetmessageid: <1225034474.82.0.458838457625.issue4208@psf.upfronthosting.co.za>
2008-10-26 15:21:13christian.heimeslinkissue4208 messages
2008-10-26 15:21:13christian.heimescreate