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 LambertDW
Recipients LambertDW, Orlowski
Date 2009-01-29.01:43:27
SpamBayes Score 2.9396452e-07
Marked as misclassified No
Message-id <1233193409.77.0.813951829875.issue5092@psf.upfronthosting.co.za>
In-reply-to
Content
The del statement makes the variable local, as alluded to by

http://docs.python.org/dev/3.0/reference/simple_stmts.html#the-del-
statement

The manual is clearer about assignments, which are local unless declared 
global or nonlocal.


For other question, me thinks you need to write slightly cleverer code 
that passes only required data.  I have experience with 
multiprocessing.Pool().map which lets me control the arguments I pass to 
functions.
History
Date User Action Args
2009-01-29 01:43:30LambertDWsetrecipients: + LambertDW, Orlowski
2009-01-29 01:43:29LambertDWsetmessageid: <1233193409.77.0.813951829875.issue5092@psf.upfronthosting.co.za>
2009-01-29 01:43:28LambertDWlinkissue5092 messages
2009-01-29 01:43:27LambertDWcreate