soarpenguin / python-multiprocessing

Automatically exported from code.google.com/p/python-multiprocessing
Other
0 stars 0 forks source link

multiprocessing backported to py2.5 #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi there,

FWIW here is the link towards the cvs repository where I have been kind of
maintaining my own port of multiprocessing to py2.5:

http://atlas-sw.cern.ch/cgi-bin/viewcvs-atlas.cgi/offline/External/AtlasPyMultip
rocessing/

I shall produce a proper diff against python-multiprocessing r2, tomorrow.

hth,
sebastien.

Original issue reported on code.google.com by hep.seba...@gmail.com on 21 Oct 2008 at 7:48

GoogleCodeExporter commented 9 years ago
so, here is the big fat ugly diff, actually against pyprocessing-0.52.

cheers,
sebastien.

Original comment by hep.seba...@gmail.com on 21 Oct 2008 at 8:34

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for your effort! I didn't noticed your patch before.

I already ported multiprocessing to Python 2.4 (almost complete) and 2.5 
(complete).
The current svn compiles and works with 2.4.5 (except of anonymous mmap), 2.5.2 
and
2.6.0.

Original comment by tiran79 on 22 Oct 2008 at 4:01