We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
module.cpp:87 PyString_Check was not declared in this scope E.g. http://lists.tiker.net/pipermail/pycuda/2012-April/003827.html
PyString_Check
module.cpp:88 PyString_AsString was not declared in this scope E.g. https://mail.python.org/pipermail/python-list/2009-March/527806.html
PyString_AsString
The text was updated successfully, but these errors were encountered:
remove deprecated API and fixes #33
ddc71f6
e7663a6
Merge pull request ros-perception#33 from trainman419/patch-1
0943d37
Finally add STALE
No branches or pull requests
module.cpp:87
PyString_Check
was not declared in this scopeE.g. http://lists.tiker.net/pipermail/pycuda/2012-April/003827.html
module.cpp:88
PyString_AsString
was not declared in this scopeE.g. https://mail.python.org/pipermail/python-list/2009-March/527806.html
The text was updated successfully, but these errors were encountered: