[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2009-03-24 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com 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 ;-)

--
resolution:  - out of date
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4208
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2009-03-06 Thread Daniel Diniz

Changes by Daniel Diniz aja...@gmail.com:


--
assignee:  - jnoller
versions: +Python 2.4, Python 2.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4208
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue4208
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 by monkey patching the threading module
of Python 2.4 and 2.5. Other changes are required like using the old
buffer protocol.

--
components: Interpreter Core, Library (Lib)
files: mp_py25_compat.diff
keywords: patch, patch
messages: 75231
nosy: christian.heimes, jnoller, skip.montanaro
priority: low
severity: normal
status: open
title: Make multiprocessing compatible with Python 2.4 and 2.5
type: feature request
versions: Python 2.6, Python 2.7
Added file: http://bugs.python.org/file11891/mp_py25_compat.diff

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue4208
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue4208
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue4208
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com