pulumi/sdk/python
Pat Gavlin 4a201a7dfd
Do not busy wait in Python. (#3892)
Instead, keep a stack of outstanding RPCs and await each in turn. This
allows the main loop to block instead of spin.

Fixes #3759.
2020-02-07 12:10:59 -08:00
..
cmd Fix broken test 2019-12-21 06:51:42 -08:00
dist Use \n for provider protocol even on Windows (#3855) 2020-02-06 11:34:05 -08:00
lib Do not busy wait in Python. (#3892) 2020-02-07 12:10:59 -08: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 Make 'ResourceOptions.merge' static so downstream clients don't have to manually handle None cases. (#3072) 2019-08-14 15:55:03 -07:00
Makefile Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
mypy.ini Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
Pipfile Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
Pipfile.lock Enable mypy (#3758) 2020-01-17 14:45:08 -08:00