R. David Murray <rdmur...@bitdance.com> added the comment:

Having looked at this code for another reason, I suspect that the stop_serving 
change was an attempt to handle a possible hang in the test, and that the py2 
code simply doesn't try to handle that possible hang.  Note that you can 
simulate the hang by having a test method never issue a request.  I couldn't 
figure out a way to get the server to stop serving, but I didn't try for too 
long before I gave up and used a different solution to the problem I was facing 
(skipping one of the tests...)

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7100>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to