Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 376d820cc4dfabd6ed457e68677f92f2f07cd4f3
https://github.com/WebKit/WebKit/commit/376d820cc4dfabd6ed457e68677f92f2f07cd4f3
Author: Michael Catanzaro <[email protected]>
Date: 2026-09-10 (Thu, 10 Sep 2026)
Changed paths:
M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py
M Tools/Scripts/webkitpy/__init__.py
M Tools/Scripts/webkitpy/style/checkers/common.py
Log Message:
-----------
Cannot run 'git-webkit' or 'check-webkit-style' with python 3.15
https://bugs.webkit.org/show_bug.cgi?id=322418
Reviewed by Sam Sneddon.
Some of these python libraries don't have wheels available for Python
3.15 yet.
Also, compile_sre has been removed, so we need to switch to regular re
package. Fortunately, that seems to be a drop-in replacement.
Note: although this is enough to make 'git-webkit' and
'check-webkit-style' work, it's not enough to fix test-webkitpy. See bug
322435 for the first problem there.
Canonical link: https://commits.webkit.org/320848@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications