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 orsenthil
Recipients Erik.Cederstrand, docs@python, eli.bendersky, ezio.melotti, orsenthil, westley.martinez
Date 2011-09-05.15:49:48
SpamBayes Score 8.2251354e-05
Marked as misclassified No
Message-id <1315237789.47.0.636300315399.issue11155@psf.upfronthosting.co.za>
In-reply-to
Content
anikom15's first patch seems correct. In the multiprocessing.py, the the arg 'obj' can be safely replaced with 'item' to be consistent with the docs. As this is not a keyword arg, it does not stand any chance of breaking any backwards compatibility. It looks me to that when multiprocessing' Queue.put was coding the first arg was wrongly mentioned as 'obj' instead of 'item'.

I shall commit the first patch unless someone objects to the above reasoning.
History
Date User Action Args
2011-09-05 15:49:49orsenthilsetrecipients: + orsenthil, ezio.melotti, eli.bendersky, docs@python, westley.martinez, Erik.Cederstrand
2011-09-05 15:49:49orsenthilsetmessageid: <1315237789.47.0.636300315399.issue11155@psf.upfronthosting.co.za>
2011-09-05 15:49:48orsenthillinkissue11155 messages
2011-09-05 15:49:48orsenthilcreate