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

On Python 3, _nanomsg_cpy accepts strings and _nanomsg_ctypes accepts bytes #68

Open
yoni1 opened this issue Jul 3, 2018 · 2 comments

Comments

@yoni1
Copy link

yoni1 commented Jul 3, 2018

Example:

sock = Socket(REQ)
sock.bind('ipc://xyz')   # succeeds on cpy, fails on ctypes
sock.bind(b'ipc://xyz')  # fails on cpy, succeeds on ctypes
@yoni1
Copy link
Author

yoni1 commented Oct 11, 2018

@JLee21 I don't understand how what you wrote pertains to the issue :)

@JLee21
Copy link

JLee21 commented Oct 11, 2018

@JLee21 I don't understand how what you wrote pertains to the issue :)

It doesn't. I removed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants