llvm-project
4e8b7bdf
- [CI][ScriptedBuilder] Avoid python 3.12-only option (#181746)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
87 days ago
[CI][ScriptedBuilder] Avoid python 3.12-only option (#181746) The shutil.rmtree(onexc=) parameter was only added in Python 3.12. Use onerror= instead whose callback signature takes a different third parameter which is ignored anyway.
References
#181746 - [CI][ScriptedBuilder] Avoid python 3.12-only option
Author
Meinersbur
Parents
227d8d33
Loading