From f921c4738f70d652ad777fd46582596ede46de14 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Thu, 25 Aug 2022 06:22:59 +0900 Subject: [PATCH] Update git submodules * Update swift from branch 'master' to 17664cfb98b2deb5552ad0cbc659b3c57aad5a73 - Use daemon property instead of setDaemon method The setDaemon method of the threading.Thread was deprecated in Python 3.10 (*). Replace the setDaemon method with the daemon property. *: https://docs.python.org/3.10/library/threading.html#threading.Thread.setDaemon Change-Id: Ic854dc3c393d382a8acd20d89f56bff198a2ec5e Signed-off-by: Takashi Natsume --- swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift b/swift index 6504a5f59e..17664cfb98 160000 --- a/swift +++ b/swift @@ -1 +1 @@ -Subproject commit 6504a5f59e84c3d56409836af522866c414142ca +Subproject commit 17664cfb98b2deb5552ad0cbc659b3c57aad5a73