[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2009-03-24 Thread STINNER Victor
STINNER Victor added the comment: Python 2.4 and 2.5 only accepts security fixes now. Since there is now an external port of multiprocessing for Python 2.4/2.5, I think that we can close this issue. http://code.google.com/p/python-multiprocessing/ Feel free to reopen this issue if I'm wrong ;

[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller versions: +Python 2.4, Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailin

[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2008-11-10 Thread STINNER Victor
STINNER Victor <[EMAIL PROTECTED]> added the comment: See http://code.google.com/p/python-multiprocessing/ project. -- nosy: +haypo ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2008-10-26 Thread Christian Heimes
Christian Heimes <[EMAIL PROTECTED]> added the comment: Yes, I like to get as much code into 2.6/2.7 as feasible and viable. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2008-10-26 Thread Jesse Noller
Jesse Noller <[EMAIL PROTECTED]> added the comment: Are you suggesting we apply this to the 2.6/2.7 branch? ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2008-10-26 Thread Christian Heimes
New submission from Christian Heimes <[EMAIL PROTECTED]>: 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