Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683)#1815

Merged
pitrou merged 1 commit into
python:3.6python/cpython:3.6from
pitrou:backport-bc50f03-3.6pitrou/cpython:backport-bc50f03-3.6Copy head branch name to clipboard
May 25, 2017
Merged

[3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683)#1815
pitrou merged 1 commit into
python:3.6python/cpython:3.6from
pitrou:backport-bc50f03-3.6pitrou/cpython:backport-bc50f03-3.6Copy head branch name to clipboard

Conversation

@pitrou

@pitrou pitrou commented May 25, 2017

Copy link
Copy Markdown
Member

No description provided.

…oop on exc (pythonGH-1683)

* bpo-30414: multiprocesing.Queue._feed do not break from main loop on exc

Queue background running thread was not handling exceptions correctly.
Any exception occurred inside thread (putting unpickable object) cause
feeder to finish running. After that every message put into queue is
silently ignored.

* bpo-30414: multiprocesing.Queue._feed do not break from main loop on exc

Queue background running thread was not handling exceptions correctly.
Any exception occurred inside thread (putting unpickable object) cause
feeder to finish running. After that every message put into queue is
silently ignored.
(cherry picked from commit bc50f03)
@pitrou pitrou merged commit 2783cc4 into python:3.6 May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.