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

Issue 68560043: Trollius: call_exception_handler({'exc_info': True})

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

Description

Trollius: call_exception_handler({'exc_info': True})

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -30 lines) Patch
M asyncio/base_events.py View 2 chunks +11 lines, -6 lines 0 comments Download
M asyncio/events.py View 1 chunk +1 line, -1 line 0 comments Download
M asyncio/futures.py View 1 chunk +1 line, -0 lines 0 comments Download
M asyncio/proactor_events.py View 2 chunks +3 lines, -3 lines 0 comments Download
M asyncio/selector_events.py View 2 chunks +2 lines, -2 lines 0 comments Download
M asyncio/transports.py View 2 chunks +4 lines, -4 lines 0 comments Download
M asyncio/unix_events.py View 3 chunks +4 lines, -4 lines 0 comments Download
M asyncio/windows_events.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/test_base_events.py View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/test_events.py View 1 chunk +1 line, -1 line 0 comments Download
M tests/test_selector_events.py View 2 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 2
yselivanov
Just to be clear, this is going to be committed only in Trollius, right?
10 years, 2 months ago (2014-02-25 14:41:00 UTC) #1
haypo_gmail
10 years, 2 months ago (2014-02-25 15:42:20 UTC) #2
On 2014/02/25 14:41:00, yselivanov wrote:
> Just to be clear, this is going to be committed only in Trollius, right?

I would simplify my job if it's also applied to Tulip and Python, but I wrote
the patch for Trollius.

Currently, default_exception_handler() rebuilds exc_info from the exception,
whereas it could get directly sys.exc_info(). What do you think?
Sign in to reply to this message.

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