Issue4208
Created on 2008-10-26 15:21 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| mp_py25_compat.diff | christian.heimes, 2008-10-26 15:21 | |||
| Messages (5) | |||
|---|---|---|---|
| msg75231 - (view) | Author: Christian Heimes (christian.heimes) * ![]() |
Date: 2008-10-26 15:21 | |
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. |
|||
| msg75234 - (view) | Author: Jesse Noller (jnoller) * ![]() |
Date: 2008-10-26 16:43 | |
Are you suggesting we apply this to the 2.6/2.7 branch? |
|||
| msg75236 - (view) | Author: Christian Heimes (christian.heimes) * ![]() |
Date: 2008-10-26 16:47 | |
Yes, I like to get as much code into 2.6/2.7 as feasible and viable. |
|||
| msg75721 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2008-11-11 02:47 | |
See http://code.google.com/p/python-multiprocessing/ project. |
|||
| msg84122 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2009-03-24 23:31 | |
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 ;-) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:40 | admin | set | github: 48458 |
| 2009-03-24 23:31:46 | vstinner | set | status: open -> closed keywords: patch, patch resolution: out of date messages: + msg84122 |
| 2009-03-06 21:44:04 | ajaksu2 | set | keywords:
patch, patch assignee: jnoller versions: + Python 2.5, Python 2.4 |
| 2008-11-11 02:47:41 | vstinner | set | keywords:
patch, patch nosy: + vstinner messages: + msg75721 |
| 2008-10-26 16:47:07 | christian.heimes | set | keywords:
patch, patch messages: + msg75236 |
| 2008-10-26 16:43:12 | jnoller | set | keywords:
patch, patch messages: + msg75234 |
| 2008-10-26 15:21:13 | christian.heimes | create | |
