bpo-40387: Fix example code for Queue.join by sblancov · Pull Request #19713 · python/cpython · GitHub
Skip to content

bpo-40387: Fix example code for Queue.join - #19713

Closed
sblancov wants to merge 1 commit into
python:masterfrom
sblancov:bpo-40387
Closed

sblancov wants to merge 1 commit into
python:masterfrom
sblancov:bpo-40387

Conversation

@sblancov

@sblancov sblancov commented Apr 25, 2020

Copy link
Copy Markdown

@sblancov
sblancov requested a review from rhettinger as a code owner April 25, 2020 14:48
@the-knights-who-say-ni

Copy link
Copy Markdown

Comment thread Doc/library/queue.rst
threads.append(t)
thread = threading.Thread(target=worker)
thread.start()
threads.append(thread)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this be better as a loop comprehension?

@rhettinger rhettinger self-assigned this Apr 26, 2020
@rhettinger

Copy link
Copy Markdown
Contributor

@rhettinger rhettinger closed this Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants