Why is passing loop argument to asyncio.Event deprecated?

Frank Millman frank at chagford.com
Sun Feb 23 02:04:00 EST 2020


Hi all

Why is 'explicit passing of a loop argument to asyncio.Event' deprecated 
(see What's new in Python 3.8)?

I use this in my project. I can find a workaround, but it is not elegant.

I can explain my use case if requested, but I was just curious to find 
out the reason.

Thanks

Frank Millman



More information about the Python-list mailing list