pulumi/sdk/python/lib
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
..
pulumi Do not drop unhandled exceptions in Python (#3170) 2019-09-06 13:53:07 -07:00
test Do not drop unhandled exceptions in Python (#3170) 2019-09-06 13:53:07 -07:00
MANIFEST.in Include README in pypi package 2018-07-13 18:19:42 -07:00
setup.py Do not include 'test' package in our python library. (#3067) 2019-08-12 11:32:33 -07:00