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

Issue 71180043: Properly reject add/remove reader/writer on closed event loop (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by GvR
Modified:
11 years, 11 months ago
Reviewers:
yselivanov
Visibility:
Public.

Description

Properly reject add/remove reader/writer on closed event loop

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use with assertRaises #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -0 lines) Patch
M asyncio/selector_events.py View 4 chunks +8 lines, -0 lines 0 comments Download
M tests/test_events.py View 1 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 4
yselivanov
https://codereview.appspot.com/71180043/diff/1/tests/test_events.py File tests/test_events.py (right): https://codereview.appspot.com/71180043/diff/1/tests/test_events.py#newcode1344 tests/test_events.py:1344: self.assertRaises(RuntimeError, loop.add_reader, r, callback) Just a minor question -- ...
11 years, 11 months ago (2014-03-04 17:18:00 UTC) #1
GvR
Use with assertRaises
11 years, 11 months ago (2014-03-04 17:46:52 UTC) #2
GvR
https://codereview.appspot.com/71180043/diff/1/tests/test_events.py File tests/test_events.py (right): https://codereview.appspot.com/71180043/diff/1/tests/test_events.py#newcode1344 tests/test_events.py:1344: self.assertRaises(RuntimeError, loop.add_reader, r, callback) On 2014/03/04 17:18:01, yselivanov wrote: ...
11 years, 11 months ago (2014-03-04 17:47:40 UTC) #3
GvR
11 years, 11 months ago (2014-03-04 22:41:31 UTC) #4
Committing.
Sign in to reply to this message.

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