[New-bugs-announce] [issue3927] dummy multiprocessing needs to use properties

Benjamin Peterson report at bugs.python.org
Mon Sep 22 02:04:22 CEST 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

multiprocessing.dummy is still using some of the "get_name", "set_name"
variety names. These should change. The attached patch should handle the
problem.

----------
assignee: jnoller
components: Library (Lib)
files: kill_old_names.patch
keywords: patch
messages: 73542
nosy: benjamin.peterson, jnoller
priority: release blocker
severity: normal
status: open
title: dummy multiprocessing needs to use properties
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file11551/kill_old_names.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3927>
_______________________________________


More information about the New-bugs-announce mailing list