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

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 25 10:55:10 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 (
----------------
siradam7th wrote:

I simply followed the fomatting guidelines for Python, the formatter will add the trailing comma by itself even if you remove it.
ps: not formatting the file will make the "Python code formatter" action fail.

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


More information about the libcxx-commits mailing list