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

Correctly document that body callback chunks are in bytes #28

Merged
merged 1 commit into from
Feb 21, 2019

Conversation

dkg
Copy link
Contributor

@dkg dkg commented Feb 20, 2019

#12 says "Obviously, body
and replacebody are bytes" and milter_wrap_body in miltermodule.c
says:

arglist = Py_BuildValue("(Oy#)", c, bodyp, bodylen);

So pymilter should sport the correct documentation.

sdgathman#12 says "Obviously, body
and replacebody are bytes" and milter_wrap_body in miltermodule.c
says:

   arglist = Py_BuildValue("(Oy#)", c, bodyp, bodylen);
…

So pymilter should sport the correct documentation.
@sdgathman sdgathman merged commit 2915837 into sdgathman:master Feb 21, 2019
sdgathman pushed a commit that referenced this pull request Feb 22, 2019
#12 says "Obviously, body
and replacebody are bytes" and milter_wrap_body in miltermodule.c
says:

   arglist = Py_BuildValue("(Oy#)", c, bodyp, bodylen);
…

So pymilter should sport the correct documentation.
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

Successfully merging this pull request may close these issues.

2 participants