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 ezio.melotti
Recipients ezio.melotti, kristjan.jonsson, pitrou
Date 2009-07-22.23:42:52
SpamBayes Score 1.5566113e-05
Marked as misclassified No
Message-id <1248306174.2.0.369162102747.issue6499@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to remove the first two prints (I reverted the file and the only
difference with the original was the print after evt.set() (that here
didn't print anything)) and I got something better:

$ ./python Lib/test/regrtest.py -v test_docxmlrpc
test_docxmlrpc
test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.063s

OK
1 test OK.
Exception in thread Thread-1 (most likely raised during interpreter
shutdown):
Traceback (most recent call last):
  File "/home/wolf/python-trunk/Lib/threading.py", line 524, in
__bootstrap_inner
  File "/home/wolf/python-trunk/Lib/threading.py", line 477, in run
  File "/home/wolf/python-trunk/Lib/test/test_docxmlrpc.py", line 55, in
server
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute
'write'
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:
History
Date User Action Args
2009-07-22 23:42:54ezio.melottisetrecipients: + ezio.melotti, pitrou, kristjan.jonsson
2009-07-22 23:42:54ezio.melottisetmessageid: <1248306174.2.0.369162102747.issue6499@psf.upfronthosting.co.za>
2009-07-22 23:42:53ezio.melottilinkissue6499 messages
2009-07-22 23:42:52ezio.melotticreate