Brian Curtin <cur...@acm.org> added the comment: I re-enabled the tests a few days ago and haven't seen any issues on Windows or Linux. I attached a patch against r76222 which enables the kill, term, and send_signal tests again, and also did some clean-up and updating to the way tests are skipped.
I also changed the assertNotEqual at the end of the kill, term, and send_signal tests to check against None instead of 0. I *think* it should be checking against None there to make sure that the subprocess isn't live anymore (where None would mean that it is). Let me know what you think and if this needs anything else. ---------- keywords: +patch nosy: +brian.curtin Added file: http://bugs.python.org/file15313/issue2777.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue2777> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com