This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Writing of DevEncoded is flawed in python 3 #216
Comments
This was referenced Oct 12, 2018
Just for the records, I am linking a couple of threads discussing the conversion of char* in Boost.Python for Python 3: and this PR: |
vxgmichel
added a commit
that referenced
this issue
Oct 26, 2018
Fixed! (#226) |
congzhangzh
added a commit
to congzhangzh/gadgetron
that referenced
this issue
Mar 18, 2019
congzhangzh
added a commit
to congzhangzh/gadgetron
that referenced
this issue
Jun 30, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example (
test.py
):With python 2:
With python 3:
I'm very surprised that boost python doesn't know how to convert bytes to
char *
.The tests need to be updated to take the writing of DevEncoded into account.
The text was updated successfully, but these errors were encountered: