[all-commits] [llvm/llvm-project] 7213ae: [include-mapping] Python fixes
Cassie Jones via All-commits
all-commits at lists.llvm.org
Tue Sep 12 11:24:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7213ae8423f88a3f74e201f85900aa838a4143e3
https://github.com/llvm/llvm-project/commit/7213ae8423f88a3f74e201f85900aa838a4143e3
Author: Cassie Jones <cassie_jones at apple.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M clang/tools/include-mapping/cppreference_parser.py
M clang/tools/include-mapping/gen_std.py
Log Message:
-----------
[include-mapping] Python fixes
- Move the multiprocessing.Pool initializer to a top-level function, it
was previously causing a pickle failure with my machine's python.
- Change the `env python` to `env python3` for convenience
More information about the All-commits
mailing list