Skip to content

Error in Session.send_raw() #4839

@dsblank

Description

@dsblank

I believe that the line:
https://github.com/ipython/ipython/blob/master/IPython/kernel/zmq/session.py#L682

stream.send_multipart(msg_list, flags, copy=copy)

should be:

stream.send_multipart(to_send, flags, copy=copy)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions