This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: dummy multiprocessing needs to use properties
Type: Stage:
Components: Library (Lib) Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jnoller Nosy List: barry, benjamin.peterson, jnoller
Priority: release blocker Keywords: patch

Created on 2008-09-22 00:04 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
kill_old_names.patch benjamin.peterson, 2008-09-22 00:04
Messages (3)
msg73542 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-09-22 00:04
multiprocessing.dummy is still using some of the "get_name", "set_name"
variety names. These should change. The attached patch should handle the
problem.
msg73575 - (view) Author: Jesse Noller (jnoller) * (Python committer) Date: 2008-09-22 13:12
The patch looks fine to me Ben, if you want to apply it.
msg73596 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-09-22 21:13
Fixed in r66557.
History
Date User Action Args
2022-04-11 14:56:39adminsetnosy: + barry
github: 48177
2008-09-22 21:13:10benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg73596
2008-09-22 13:12:36jnollersetmessages: + msg73575
2008-09-22 00:04:21benjamin.petersoncreate