diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2024-10-30 11:36:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 11:36:10 -0700 |
commit | 2bc5302706e710d125752c215392043fd5bf80fa (patch) | |
tree | 793d1434c30ab39909fc3e70394c316941b64c03 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | a518ed2d815c16010a6262edd0414a5f60a63a39 (diff) | |
download | llvm-2bc5302706e710d125752c215392043fd5bf80fa.zip llvm-2bc5302706e710d125752c215392043fd5bf80fa.tar.gz llvm-2bc5302706e710d125752c215392043fd5bf80fa.tar.bz2 |
Revert "[lldb] Use Py_InitializeFromConfig with Python >= 3.8 (NFC)" (#114290)
Reverts llvm/llvm-project#114112 because this triggers a compile error:
```
no known conversion from 'str_type' (aka 'wchar_t *') to 'const char *' for 3rd argument
221 | PyAPI_FUNC(PyStatus) PyConfig_SetBytesString(
| ^
222 | PyConfig *config,
223 | wchar_t **config_str,
224 | const char *str);
| ~~~~~~~~~~~~~~~
1 error generated.
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions