Skip to content
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

Encoding errors in xmlrpc #70335

Closed
serhiy-storchaka opened this issue Jan 18, 2016 · 2 comments
Closed

Encoding errors in xmlrpc #70335

serhiy-storchaka opened this issue Jan 18, 2016 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir topic-XML type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 26147
Nosy @loewis, @serhiy-storchaka
Files
  • xmlrpc_escape_nonencodable-3.x.patch
  • xmlrpc_escape_nonencodable-2.7.patch
  • 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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2016-01-20.09:27:32.823>
    created_at = <Date 2016-01-18.18:21:49.726>
    labels = ['expert-XML', 'type-bug', 'library']
    title = 'Encoding errors in xmlrpc'
    updated_at = <Date 2016-01-20.09:27:32.822>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2016-01-20.09:27:32.822>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2016-01-20.09:27:32.823>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)', 'XML']
    creation = <Date 2016-01-18.18:21:49.726>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['41648', '41649']
    hgrepos = []
    issue_num = 26147
    keywords = ['patch']
    message_count = 2.0
    messages = ['258537', '258654']
    nosy_count = 3.0
    nosy_names = ['loewis', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue26147'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch fixes issue with sending non-encodable string via XML RPC. This issue caused raising an exception or even hanging.

    @serhiy-storchaka serhiy-storchaka added stdlib Python modules in the Lib dir topic-XML type-bug An unexpected behavior, bug, or error labels Jan 18, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 20, 2016

    New changeset bb2cb184eca9 by Serhiy Storchaka in branch '2.7':
    Issue bpo-26147: xmlrpclib now works with unicode not encodable with used
    https://hg.python.org/cpython/rev/bb2cb184eca9

    New changeset 6c624ba1b61e by Serhiy Storchaka in branch '3.5':
    Issue bpo-26147: xmlrpc now works with strings not encodable with used
    https://hg.python.org/cpython/rev/6c624ba1b61e

    New changeset 72034327022e by Serhiy Storchaka in branch 'default':
    Issue bpo-26147: xmlrpc now works with strings not encodable with used
    https://hg.python.org/cpython/rev/72034327022e

    @serhiy-storchaka serhiy-storchaka self-assigned this Jan 20, 2016
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir topic-XML type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant