]> git.ipfire.org Git - thirdparty/tornado.git/commit
Merge pull request #3163 from graingert/avoid-threading-identity
authorBen Darnell <ben@bendarnell.com>
Thu, 23 Jun 2022 00:26:37 +0000 (20:26 -0400)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 00:26:37 +0000 (20:26 -0400)
commita5a6b03eb79b8038729d6d8f52ccf6d8f0d6efa9
tree7f888f4054ca1d75ac6dea9c8dcbd7ae0932a500
parent7a80716c1520ea7545ecfdc6cb57d8855190ea5f
parentd1ce56d53c4e7d20ac08703732b00504a348a92d
Merge pull request #3163 from graingert/avoid-threading-identity

use get_running_loop to choose between call_soon and call_soon_thread…