pulumi/sdk/python/lib
Justin Van Patten 0af09a61a2 [sdk/python] Fix hang due to component children cycles
A previous attempt to fix this in 5dd813ea47 didn't fully address the problem when there are more complex parent/child relationships with components.

This change fully addresses the problem by using the same cycle detection logic used elsewhere for local components. We now check for cycles up-front and exit early.
2023-05-10 12:53:09 -07:00
..
pulumi [sdk/python] Fix hang due to component children cycles 2023-05-10 12:53:09 -07:00
test [sdk/python] Fix hang due to component children cycles 2023-05-10 12:53:09 -07:00
test_with_mocks [sdk/{nodejs,python}] Fix errors when testing remote components with mocks (#8053) 2021-09-24 06:08:13 -07:00
setup.py Support WhoAmI in automation api for old CLI versions 2023-03-22 13:30:08 +00:00