Files
llvm/lldb/bindings
Jonas Devlieghere ac2d3d1da6 [lldb] Limit Py_buffer_RAII to SWIG < 4.1 (#167808)
The bug [1] this is working around was fixed in SWIG 4.1. The workaround
uses functions and constants that are not part of the limited API, which
I'm trying to eliminate to make LLDB compatible with the Python Limited
C API [2].

[1] https://github.com/swig/swig/issues/1640
[2] https://github.com/llvm/llvm-project/issues/151617
2025-11-13 11:07:21 -08:00
..