pulumi/sdk/python/lib
Pat Gavlin 7c5ec6815e
Make data sources catchable in Python (#6504)
The current logic lets unhandled errors in the RPC invocation
unahandled in the async loop, which crashes the process due to
the way we await completion of RPCs before exiting the process
in Python. Instead of doing that, we can just marshal them back
to the synchronous awaiter as part of the calling convention,
and have that awaiter (which is called by the invoke methods)
re-raise the exception. This should fix pulumi/pulumi#3611.
2021-03-29 12:07:43 -07:00
..
pulumi Make data sources catchable in Python (#6504) 2021-03-29 12:07:43 -07:00
test [automation/*] - Add min version test for prerelease (#6612) 2021-03-24 14:00:33 -07:00
test_with_mocks Make data sources catchable in Python (#6504) 2021-03-29 12:07:43 -07:00
setup.py [Automation API] Python Implementation (#5979) 2021-01-12 16:55:59 -08:00