[issue6653] Potential memory leak in multiprocessing

2009-10-09 Thread schlesin
Changes by schlesin : -- nosy: +schlesin ___ Python tracker <http://bugs.python.org/issue6653> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue7095] Multiprocessing.Array(lock=False) fails

2009-10-09 Thread schlesin
schlesin added the comment: Happens both on Python 2.6 (r26:66714, Jul 25 2009, 11:30:23) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2 and Python 2.6.1 (r261:67515, Dec 6 2008, 16:42:21) [GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin

[issue7095] Multiprocessing.Array(lock=False) fails

2009-10-09 Thread schlesin
New submission from schlesin : The documentation for the Multiprocessing.Array says: multiprocessing.Array(typecode_or_type, size_or_initializer, *, lock=True)ΒΆ ... If lock is False then access to the returned object will not be automatically protected by a lock, so it will not necessarily be