Zsolt Cserna <[email protected]> added the comment: There's a bundled unittest in test_httpservers which actually fails if this patch is not applied.
See the unittest attached. Unfortunatelly RuntimError is raised in the child process after fork() so I cannot re-raise it to the parent, instead I send a message from the child to the parent via a pipe if the child is ok. ---------- Added file: http://bugs.python.org/file16378/thread_unittest.py _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7242> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
