[all-commits] [llvm/llvm-project] c2eed9: [llvm][utils] Remove Python2 comaptaible import in...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Oct 16 04:27:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2eed93e20e078389bd42a2a2f4b6cbd16a70adb
https://github.com/llvm/llvm-project/commit/c2eed93e20e078389bd42a2a2f4b6cbd16a70adb
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M llvm/utils/unicode-case-fold.py
Log Message:
-----------
[llvm][utils] Remove Python2 comaptaible import in unicode-case-fold.py
These imports got moved around in Python 3.0
(https://docs.python.org/3/whatsnew/3.0.html#library-changes).
LLVM requires Python >= 3.8 so we can assume the Python3 names
are available.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list