pulumi/sdk/python/cmd/pulumi-language-python
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
..
testdata Fix folder archives in the engine (#16119) 2024-05-06 07:26:48 +00:00
go.mod Changelog and go.mod updates for v3.116.1 (#16202) 2024-05-15 09:45:16 +00:00
go.sum Bump go modules (#16051) 2024-04-25 14:30:00 +00:00
language_test.go Fix race in language conformance tests Log method (#16227) 2024-05-19 17:41:42 +00:00
main.go upgrade to latest version of golangci-lint (#15977) 2024-04-19 06:20:33 +00:00
main_test.go Python: Fix determining plugins for old packages (#15576) 2024-03-04 07:23:34 +00:00