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 asvetlov
Recipients Nick Davies, asvetlov, sdunster, thatch, yselivanov
Date 2019-04-19.08:14:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Sorry, I've missed that the loop has hashable requirement already.
Would you prepare a patch for number 3? 
I am afraid we can add another hard-to-debug multi-threaded problem by complicating the data structure.

I'm just curious why do you call `all_tasks()` at all?
In my mind, the only non-debug usage is `asyncio.run()`
History
Date User Action Args
2019-04-19 08:14:08asvetlovsetrecipients: + asvetlov, thatch, yselivanov, sdunster, Nick Davies
2019-04-19 08:14:08asvetlovsetmessageid: <[email protected]>
2019-04-19 08:14:08asvetlovlinkissue36607 messages
2019-04-19 08:14:08asvetlovcreate