pulumi/sdk
Pat Gavlin 48c8ea1e8a
Do not drop unhandled exceptions in Python (#3170)
- Do not use a non-zero-to-zero transition in the number of outstanding
  RPCs to determine the completion of a Python program until after the
  synchronous piece of the program has finished running is complete
- Instead of using a future to indicate that either a) a zero-to-one
  transition in the number of outstanding RPCs has occurred, or b) an
  unhandled exception has occurred, a) observe the transition itself,
  and b) use an optional exception field to track the presence or
  absence of an exception.

Fixes #3162.
2019-09-06 13:53:07 -07:00
..
go Do not resolve missing outputs to inputs in preview. (#3014) 2019-08-05 12:44:04 -07:00
nodejs Update baseline for a previously failing test 2019-08-28 13:18:28 -07:00
proto Allow users to explicitly disable delete-before-replace. (#3118) 2019-08-20 15:51:02 -07:00
python Do not drop unhandled exceptions in Python (#3170) 2019-09-06 13:53:07 -07:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.