[issue5092] weird memory usage in multiprocessing module

David W. Lambert report at bugs.python.org
Fri Jan 30 15:40:25 CET 2009


David W. Lambert <lambertdw at corning.com> added the comment:

The alternative is unreasonable.  I doubt you'd be happy with this:


a = 'Something'

def variable_both_global_and_local()->Exception('No good!'):
    del a    # delete a from global name space
    a = 'anotherthing'  # define a in local name space

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


More information about the Python-bugs-list mailing list