Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 16 Apr 2024 11:09:13 +0200 you wrote:
Character sequences starting with `` are interpreted by python as escaped Unicode characters. However, they have other meaning in regular expressions (e.g: "\d").
It seems Python >= 3.12 starts emitting a SyntaxWarning when these escaped sequences are not recognized as valid Unicode characters.
[...]
Here is the summary with links: - [net-next] selftests: openvswitch: Fix escape chars in regexp. https://git.kernel.org/netdev/net-next/c/3fde60afe1f8
You are awesome, thank you!