mirror of https://github.com/pulumi/pulumi.git
de17d1a70f
`ensure_future` was deprecated in Python 3.10 https://docs.python.org/3/library/asyncio-future.html#asyncio.ensure_future The preferred way to convert a coroutine into a future is to use `create_task` instead, which was introduced in Python 3.7, so safe for us to use everywhere. Ref https://github.com/pulumi/pulumi/issues/11827 |
||
---|---|---|
.. | ||
docs | ||
dotnet | ||
dotnet-extras/Tests | ||
go | ||
nodejs | ||
python | ||
schema.json |