8000 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. by 1st1 · Pull Request #406 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. #406

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 4 commits into from
Mar 3, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Misc/NEWS entry
  • Loading branch information
1st1 committed Mar 2, 2017
commit 3cdab395f27ea58039c45cd35ae40f8948b2f068
2 changes: 1 addition & 1 deletion Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Extension Modules
Library
-------

- Issue #29271: Fix Task.current_task and Task.all_tasks implemented in C
- bpo-29271: Fix Task.current_task and Task.all_tasks implemented in C
to accept None argument as their pure Python implementation.

- bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (or any other
Expand Down
0