Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2275)

Issue 102660043: Rewrite repr() of Future, Task, Handle and TimerHandle

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by haypo_gmail
Modified:
9 years, 10 months ago
Reviewers:
Visibility:
Public.

Description

Rewrite repr() of Future, Task, Handle and TimerHandle

Patch Set 1 #

Patch Set 2 : Add filename and source in callbacks, share more code between repr(Future) and repr(Task) #

Patch Set 3 : nicer functools.partial repr, handle reference cycle #

Patch Set 4 : Better repr for functools.partial #

Patch Set 5 : lighter repr(Task) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -156 lines) Patch
M asyncio/events.py View 1 2 3 3 chunks +47 lines, -17 lines 0 comments Download
M asyncio/futures.py View 1 2 3 2 chunks +37 lines, -16 lines 0 comments Download
M asyncio/tasks.py View 1 2 3 4 2 chunks +32 lines, -20 lines 0 comments Download
M tests/test_base_events.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/test_events.py View 1 2 3 5 chunks +38 lines, -28 lines 0 comments Download
M tests/test_futures.py View 1 2 3 3 chunks +42 lines, -14 lines 0 comments Download
M tests/test_tasks.py View 1 2 3 4 3 chunks +75 lines, -59 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b