Skip to content

bpo-28699: fix a bug that exception at the very first of a iterable would cause pools behave abnormaly #693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 29, 2017

Conversation

zhangyangyu
Copy link
Member

No description provided.

@zhangyangyu zhangyangyu added type-bug An unexpected behavior, bug, or error cherry-pick for 3.5 labels Mar 17, 2017
@zhangyangyu zhangyangyu requested a review from applio March 17, 2017 11:21
@mention-bot
Copy link

@zhangyangyu, thanks for your PR! By analyzing the history of the files in this pull request, we identified @benjaminp, @shibturn and @jnoller to be potential reviewers.

@zhangyangyu zhangyangyu merged commit 794623b into python:master Mar 29, 2017
@zhangyangyu zhangyangyu deleted the bpo-28699 branch March 29, 2017 03:58
zhangyangyu added a commit to zhangyangyu/cpython that referenced this pull request Mar 29, 2017
…ythonGH-693)

an exception raised at the very first of an iterable would cause pools behave abnormally
(swallow the exception or hang)
zhangyangyu added a commit to zhangyangyu/cpython that referenced this pull request Mar 29, 2017
…ythonGH-693)

an exception raised at the very first of an iterable would cause pools behave abnormally
(swallow the exception or hang)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants