[all-commits] [llvm/llvm-project] d3ce10: [libcxx] [test] Use `shlex.quote()` to fix Python ...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon May 27 10:27:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3ce1078186389ce39505f06c2a0100dce9187a5
https://github.com/llvm/llvm-project/commit/d3ce1078186389ce39505f06c2a0100dce9187a5
Author: Michał Górny <mgorny at gentoo.org>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M libcxx/test/libcxx/lit.local.cfg
M libcxx/utils/libcxx/test/dsl.py
Log Message:
-----------
[libcxx] [test] Use `shlex.quote()` to fix Python 3.13 compatibility (#93376)
Replace the use of `pipes.quote()` with `shlex.quote()` to fix
compatibility with Python 3.13. The former was always an undocumented
alias to the latter, and the `pipes` module was removed completely in
Python 3.13.
Fixes #93375
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list