diff options
author | Zachary Turner <zturner@google.com> | 2015-11-04 01:03:57 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-11-04 01:03:57 +0000 |
commit | b20ef35645b5ac09095f5f35504608de2e42e15b (patch) | |
tree | a433f78b06fb586bc423f497fd9050a300cce97c /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | bbc5b46a106b24a3e559dade0fe25729a515c6c4 (diff) | |
download | bcm5719-llvm-b20ef35645b5ac09095f5f35504608de2e42e15b.tar.gz bcm5719-llvm-b20ef35645b5ac09095f5f35504608de2e42e15b.zip |
Python 3 - Don't add the _d suffix to the symlink on Windows.
In Python 2, a debug extension module required an _d suffix, so
for example the extension module `_lldb` would be backed by the file
`_lldb_d.pyd` if built in debug mode, and `_lldb.pyd` if built in
release mode. In Python 2, although undocumented, this seems to
no longer be the case, and even for a debug extension module, the
interpreter will only look for the `_lldb.pyd` name.
llvm-svn: 252026
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions