Skip to content

SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invoking RPC calls through _dispatch #73801

@petr-motejlek

Description

@petr-motejlek
BPO 29615
Nosy @loewis, @serhiy-storchaka, @petr-motejlek
PRs
  • bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (or any other exception) to exception(s) raised in the dispatched methods. #260
  • [3.6] bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (or any other exception) to exception(s) raised in the dispatched methods. #478
  • [3.5] bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (or any other exception) to exception(s) raised in the dispatched methods. #479
  • [Do Not Merge] Sample of CPython life with blurb. #703
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2017-03-17.21:13:55.521>
    created_at = <Date 2017-02-21.20:30:25.353>
    labels = ['3.7', 'type-bug', 'library']
    title = 'SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invoking RPC calls through _dispatch'
    updated_at = <Date 2017-03-31.16:36:09.952>
    user = 'https://github.com/petr-motejlek'

    bugs.python.org fields:

    activity = <Date 2017-03-31.16:36:09.952>
    actor = 'dstufft'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-03-17.21:13:55.521>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2017-02-21.20:30:25.353>
    creator = '[email protected]'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29615
    keywords = []
    message_count = 4.0
    messages = ['288319', '290297', '290298', '290351']
    nosy_count = 3.0
    nosy_names = ['loewis', 'serhiy.storchaka', '[email protected]']
    pr_nums = ['260', '478', '479', '703', '552']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue29615'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions