pulumi/sdk/python
Pat Gavlin 06034fab40
Only await input properties once. (#3024)
These changes fix a bug in the Python runtime that would cause any
awaitable input properties passed to a resource that are missing
from the resource's output properties to be awaited twice. The fix is
straightforward: rather than roundtripping an input property through
serialize/deserialize, just deserialized the already-serialized input
property.

Fixes #2940.
2019-08-03 10:29:19 -07:00
..
cmd Explicitly convert dry_run parameter to a bool (#2361) 2019-01-16 12:06:17 -08:00
dist Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00
lib Only await input properties once. (#3024) 2019-08-03 10:29:19 -07:00
pkg/version Add license headers 2018-05-22 15:02:47 -07:00
.gitignore add .venv/ to python .gitignore to ignore when using PIPENV_VENV_IN_PROJECT=1 2019-06-19 12:43:04 -07:00
.pylintrc Support arbitrary stack export values in python. (#3015) 2019-08-01 20:00:07 -07:00
Makefile Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00
Pipfile Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00
Pipfile.lock Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00