Vedran Čačić added the comment:

An example from "real life": I recently needed this when implementing a demo of 
dining philosophers using asyncio (when the order of locks should depend on 
comparison of fork ids, not be static). Of course, it wasn't hard to implement 
it directly, but still, it would be nice if I had it in stdlib.

Also, yes, it would probably be nicer if there was only one ExitStack with 
push_async and similar methods.

----------
nosy: +veky

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29302>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to