diff options
author | Zachary Turner <zturner@google.com> | 2015-11-04 23:03:21 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-11-04 23:03:21 +0000 |
commit | 88a12f5526e75c6c0a581143f649d70c86121d10 (patch) | |
tree | e7270e5c0435ef3ed8faec06b7811053bdb65758 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint | |
parent | 9858899148d97e780cc1a3da8b1e39420cf56a04 (diff) | |
download | bcm5719-llvm-88a12f5526e75c6c0a581143f649d70c86121d10.tar.gz bcm5719-llvm-88a12f5526e75c6c0a581143f649d70c86121d10.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint')
0 files changed, 0 insertions, 0 deletions