Skip to content
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

[3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (GH-1560) #3266

Merged
merged 1 commit into from
Sep 1, 2017

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Sep 1, 2017

bpo-27144: concurrent.futures as_complie and map iterators do not keep
reference to returned object

(cherry picked from commit 97e1b1c)

https://bugs.python.org/issue27144

…not keep reference to returned object (pythonGH-1560)

* bpo-27144: concurrent.futures as_complie and map iterators do not keep
reference to returned object

* Some nits.  Improve wordings in docstrings and comments, and avoid relying on
sys.getrefcount() in tests.
(cherry picked from commit 97e1b1c)
@pitrou pitrou merged commit ea76791 into python:3.6 Sep 1, 2017
@pitrou pitrou deleted the backport-97e1b1c-3.6 branch September 1, 2017 17:16
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.

None yet

5 participants