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 r.david.murray
Recipients barry, benjamin.peterson, janssen, kevinwatters, ncoghlan, r.david.murray, rhettinger, rmore, rtucker, scott.dial
Date 2009-12-06.16:32:07
SpamBayes Score 9.2092625e-07
Marked as misclassified No
Message-id <1260117130.58.0.143695009863.issue5949@psf.upfronthosting.co.za>
In-reply-to
Content
OK, after adding ThreadedNetworkedTests to the 'tests' list in
test_main, the new tests ran and did hang.  After applying the imaplib
patch, the new tests completed.  However, afterward I got the following
traceback:

Exception in thread Thread-6 (most likely raised during interpreter
shutdown):
Traceback (most recent call last):
  File "/home/rdmurray/python/trunk/Lib/threading.py", line 526, in
__bootstrap_inner
  File "/home/rdmurray/python/trunk/Lib/threading.py", line 479, in run
  File "/home/rdmurray/python/trunk/Lib/SocketServer.py", line 583, in
process_request_thread
  File "/home/rdmurray/python/trunk/Lib/test/test_imaplib.py", line 82,
in handle_error
  File "/home/rdmurray/python/trunk/Lib/SocketServer.py", line 434, in
server_close
  File "/home/rdmurray/python/trunk/Lib/socket.py", line 192, in close
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
History
Date User Action Args
2009-12-06 16:32:10r.david.murraysetrecipients: + r.david.murray, barry, rhettinger, ncoghlan, janssen, scott.dial, kevinwatters, benjamin.peterson, rmore, rtucker
2009-12-06 16:32:10r.david.murraysetmessageid: <1260117130.58.0.143695009863.issue5949@psf.upfronthosting.co.za>
2009-12-06 16:32:08r.david.murraylinkissue5949 messages
2009-12-06 16:32:07r.david.murraycreate