[Python-Dev] [Python-3000] Backporting multiprocessing?

Jesse Noller jnoller at gmail.com
Thu Oct 16 18:37:26 CEST 2008


Also note, for python 2.4/2.5 you are going to *need* the patch to bug
http://bugs.python.org/issue874900

On Thu, Oct 16, 2008 at 12:34 PM, Jesse Noller <jnoller at gmail.com> wrote:
> Hi Skip,
>
> I had been approached to do the exact same thing, are you trying to
> back port the trunk version (2.6) or py3000?
>
> On Thu, Oct 16, 2008 at 12:01 PM, Skip Montanaro
> <skip.montanaro at gmail.com> wrote:
>> I'd like to try backporting the multiprocessing module to Python 2.4.  My first
>> problem appears to be the reliance on a complete(?) rewrite of the buffer stuff.
>>
>> Any clues about transforming this code would be much appreciated.
>>
>> (Note: I'm backporting because the Python 2.6 version appears to be much more
>> robust than the 0.52 third-party release.)
>>
>> Thanks,
>>
>> Skip
>> _______________________________________________
>> Python-3000 mailing list
>> Python-3000 at python.org
>> http://mail.python.org/mailman/listinfo/python-3000
>> Unsubscribe: http://mail.python.org/mailman/options/python-3000/jnoller%40gmail.com
>>
>


More information about the Python-Dev mailing list