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

Rename additional C bindings defined in cytoolz.cpython #34

Merged
merged 1 commit into from
Jun 24, 2014

Conversation

eriknw
Copy link
Member

@eriknw eriknw commented Jun 23, 2014

This differentiates the additional bindings with a common convention. Currently, we only change bindings to return pointers instead of Python objects, and we change the name from "Py_" to "Ptr_". I expect we will add more bindings in the future including passing pointers to functions. In this case, the name should be something like "*_ptr".

This differentiates the additional bindings with a common convention.
Currently, we only change bindings to return pointers instead of Python
objects, and we change the name from "Py*" to "Ptr*".  I expect we will
add more bindings in the future, including passing pointers to functions.
In this case, the name should be something like "*_ptr".
eriknw added a commit that referenced this pull request Jun 24, 2014
Rename additional C bindings defined in `cytoolz.cpython`
@eriknw eriknw merged commit 1a47d0e into pytoolz:master Jun 24, 2014
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.

1 participant