Author: Matti Picus <[email protected]>
Branch:
Changeset: r55144:3bbe478aa503
Date: 2012-05-21 01:20 +0300
http://bitbucket.org/pypy/pypy/changeset/3bbe478aa503/
Log: temporary fix, what happened to os.kill?
diff --git a/lib-python/2.7/test/test_os.py b/lib-python/2.7/test/test_os.py
--- a/lib-python/2.7/test/test_os.py
+++ b/lib-python/2.7/test/test_os.py
@@ -690,7 +690,8 @@
class PosixUidGidTests(unittest.TestCase):
pass
[email protected](sys.platform == "win32", "Win32 specific tests")
[email protected](sys.platform == "win32" and hasattr(os,'kill'),
+ "Win32 specific tests")
class Win32KillTests(unittest.TestCase):
def _kill(self, sig):
# Start sys.executable as a subprocess and communicate from the
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit