================
@@ -410,16 +409,13 @@ def filename_from_module(module_name: str, check_name:
str) -> str:
with io.open(module_file, "r") as f:
----------------
localspook wrote:
Hmm, I stand corrected; in that case, I'm not sure why we use `io.open` at all;
they [mean the same thing](https://docs.python.org/3/library/io.html#io.open)
and plain `open` is much more common in my experience.
https://github.com/llvm/llvm-project/pull/176927
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits