Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieMcKinstry committed Oct 22, 2022
1 parent 91e0636 commit 1e27fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
@@ -0,0 +1,4 @@
changes:
- type: fix
scope: sdk/python
description: Python runtime now respects the --parallel flag.
1 change: 0 additions & 1 deletion sdk/python/cmd/pulumi-language-python-exec
Expand Up @@ -55,7 +55,6 @@ def _get_user_stacktrace(user_program_abspath: str) -> str:

def _set_default_executor(loop, parallelism: Optional[int]):
'''configure this event loop to respect the settings provided.'''
print('Using patched Python runtime with parallelism: ', parallelism)
if parallelism is None:
return
exec = ThreadPoolExecutor(max_workers=parallelism)
Expand Down

0 comments on commit 1e27fbd

Please sign in to comment.