pulumi/sdk/python/cmd
Fraser Waters 2f93d5e224
Fix race in language conformance tests Log method (#16227)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

The engine can call Log in parallel, so we need to lock to maintain our
`previousMessage` correctness.
2024-05-19 17:41:42 +00:00
..
pulumi-language-python Fix race in language conformance tests Log method (#16227) 2024-05-19 17:41:42 +00:00
pulumi-language-python-exec Clean up legacy Py 3.7 support (#15276) 2024-01-30 10:23:57 +00:00