[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 17 01:56:41 PDT 2024


DavidSpickett wrote:

The best docs I can find are https://peps.python.org/pep-0720/:
"Interpreter-specific Python extension (native module) suffix — generally defined as .{SOABI}.{SHLIB_SUFFIX}."

Which is less than helpful. https://peps.python.org/pep-3149/ mentions Windows uses a different format.

But anyway, just curious exactly what your interpreter returns.

https://github.com/llvm/llvm-project/pull/89037


More information about the lldb-commits mailing list