Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make test work with python < 3.9.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 14 Mar 2022 15:52:32 +0000 (16:52 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 14 Mar 2022 15:54:18 +0000 (16:54 +0100)
commit37ed1e2ac9e7416ee058409b4541138dd7bb81dc
tree9472d7cb53a37e370dbd8a9f8db96e5903c9a271
parent3db6df2dc1344011e5308387ac8b09ef741ace91
Make test work with python < 3.9.

See https://stackoverflow.com/questions/39458193/using-list-tuple-etc-from-typing-vs-directly-referring-type-as-list-tuple-etc

Thanks @tocornebize and @bruno.donassolo for the hint
examples/python/comm-waitallfor/comm-waitallfor.py