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.

Author mishok13
Recipients jnoller, mishok13, ncoghlan
Date 2008-07-14.10:36:35
SpamBayes Score 0.005892336
Marked as misclassified No
Message-id <1216031797.72.0.960757392187.issue3352@psf.upfronthosting.co.za>
In-reply-to
Content
Does this mean that all multiprocessing get_*/set_* methods should be
changed to be properties?
For example, multiprocessing.process.Process class defines not only
set_name/get_name and is_daemon/set_daemon methods, but also
get/set_authkey, get/set_exitcode and get_ident (this method is later
used as 'getx' argument of 'pid' property, so we could get rid of this
using simple decorator).
History
Date User Action Args
2008-07-14 10:36:37mishok13setspambayes_score: 0.00589234 -> 0.005892336
recipients: + mishok13, ncoghlan, jnoller
2008-07-14 10:36:37mishok13setspambayes_score: 0.00589234 -> 0.00589234
messageid: <1216031797.72.0.960757392187.issue3352@psf.upfronthosting.co.za>
2008-07-14 10:36:36mishok13linkissue3352 messages
2008-07-14 10:36:36mishok13create