pulumi/sdk/python/lib
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
..
pulumi Only await input properties once. (#3024) 2019-08-03 10:29:19 -07:00
test Only await input properties once. (#3024) 2019-08-03 10:29:19 -07:00
MANIFEST.in Include README in pypi package 2018-07-13 18:19:42 -07:00
setup.py Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00