teak-llvm/lldb/packages/Python/lldbsuite
Zachary Turner 88a12f5526 Handle keyword args on our patched Popen methods.
Python 3 introduces the `timeout` keyword argument on Popen.wait().
If our patched version doesn't support keyword arguments, then when
the internal Python implementation attempts to call wait() with the
keyword argument, things will explode.

Such as my head, after I finally figured out what was happening.

llvm-svn: 252092
2015-11-04 23:03:21 +00:00
..
support Python 3 - Use universal_newlines when calling subprocess.check_output 2015-11-04 01:03:47 +00:00
test Handle keyword args on our patched Popen methods. 2015-11-04 23:03:21 +00:00
__init__.py