commit | e8a0ee606d6a75f0f4c98babe4de155ab7cbf2aa | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Tue Aug 05 19:21:36 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 05 19:25:53 2025 -0700 |
tree | 737f11f8096309eaeb17c1b78ae6d6ef3ea6c90c | |
parent | 29270df61c195e34206956920703c6ed10da1686 [diff] |
[lldb] Workaround omission of PyBUF_READ in the stable API (#152214) PyMemoryView_FromMemory is part of stable ABI but the flag constants such as PyBUF_READ are not. This was fixed in Python 3.11 [1], but still requires this workaround when using older versions. [1] https://github.com/python/cpython/issues/98680 GitOrigin-RevId: 7b8dea265e72c3037b6b1e54d5ab51b7e14f328b