-
Notifications
You must be signed in to change notification settings - Fork 20
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
Write to buffer or return bytes #28
Comments
This would be a good feature, but it would require more effort than I am currently willing to invest. |
I understand. I'll see if I can get something to work when I have some free time. |
Here are some pointers:
A few things to watch out for:
HTH |
@flekschas as per the pointers offered by @luispedro – I have some things that may help you:
… if you’re curious, I also have an example of a method returning a PyObject* containing the bytes that result from calling I, too, HTH. Salud, -Alex |
This is more a question or feature request / idea rather than an issue.
If I am not mistaken it's currently not possible to write to a buffer or return the written bytes somehow right? What do you think about expanding the interface to support something like:
If this is out of scope never mind. I am just curious.
The text was updated successfully, but these errors were encountered: