[clang] [libclang/python] Add tests for equality operators. (PR #138132)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Thu May 1 07:32:35 PDT 2025
================
@@ -16,6 +16,8 @@
from .util import get_cursor, get_tu
+INPUTS_DIR = os.path.join(os.path.dirname(__file__), "INPUTS")
----------------
Endilll wrote:
I think our minimal requirements for Python version allow us to take advantage of `pathlib`.
https://github.com/llvm/llvm-project/pull/138132
More information about the cfe-commits
mailing list