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 mattgwwalker
Recipients Albert.Strasheim, asksol, gdb, jnoller, mattgwwalker
Date 2011-02-04.20:01:16
SpamBayes Score 3.4488738e-07
Marked as misclassified No
Message-id <1296849677.38.0.054446859476.issue9207@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and the stack trace was identical to Greg's:

$ ./test.py 
I am process number 10378 : i = 0
[...]
I am process number 10390 : i = 9
[0, 1, 4, 9, 16, 25, 36, 49, 64, 81]
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/gel/usr/mawal32/system/lib/python2.7/threading.py", line 530, in __bootstrap_inner
  File "/gel/usr/mawal32/system/lib/python2.7/threading.py", line 483, in run
  File "/gel/usr/mawal32/system/lib/python2.7/multiprocessing/pool.py", line 272, in _handle_workers
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
History
Date User Action Args
2011-02-04 20:01:17mattgwwalkersetrecipients: + mattgwwalker, jnoller, asksol, gdb, Albert.Strasheim
2011-02-04 20:01:17mattgwwalkersetmessageid: <1296849677.38.0.054446859476.issue9207@psf.upfronthosting.co.za>
2011-02-04 20:01:16mattgwwalkerlinkissue9207 messages
2011-02-04 20:01:16mattgwwalkercreate