This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients asvetlov, epiphyte, iritkatriel, jnwatson, yselivanov
Date 2022-01-24.19:07:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643051266.8.0.639526744263.issue34680@roundup.psfhosted.org>
In-reply-to
Content
I think the script does violate the rule: 

t = threading.Thread(target=do_loop, args=(loop,))

and then do_loop closes the loop that was created in the main thread.
History
Date User Action Args
2022-01-24 19:07:46iritkatrielsetrecipients: + iritkatriel, asvetlov, yselivanov, jnwatson, epiphyte
2022-01-24 19:07:46iritkatrielsetmessageid: <1643051266.8.0.639526744263.issue34680@roundup.psfhosted.org>
2022-01-24 19:07:46iritkatriellinkissue34680 messages
2022-01-24 19:07:46iritkatrielcreate