[libcxx-commits] [libcxx] [libc++] Fix missing encoding in open() call in python script (PR #154594)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 24 20:39:56 PDT 2025


================
@@ -9,11 +9,19 @@
 import os.path
 import sys
 
-from libcxx.header_information import module_c_headers, module_headers, header_restrictions, headers_not_available, libcxx_root
+from libcxx.header_information import (
----------------
frederick-vs-ja wrote:

Reformatting looks a bit weird to me and I wonder whether we can avoid changing this part.
Does this script or format checking in CI fail to work without the trailing comma?

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


More information about the libcxx-commits mailing list