Branch: refs/heads/webkitglib/2.54
Home: https://github.com/WebKit/WebKit
Commit: 7056b0b5d3f90566190aba68c0d25265f0436ae2
https://github.com/WebKit/WebKit/commit/7056b0b5d3f90566190aba68c0d25265f0436ae2
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
Unreviewed stable branch commit.
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/317695.261@webkitglib/2.54
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications