-
Notifications
You must be signed in to change notification settings - Fork 6
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
PyLong
and PyUnicode
don't match the Python type names
#14
Comments
Could be solved with a (large) number of macros. But is it worth the churn? Over time, naming never remains fully consistent. |
IMO, it's not worth the churn at all. But I have seen people trying to name new APIs with cc @markshannon Full disclosure: I maintain a Python 2/3 compat library that does stuff like alias |
I agree it isn't worth the churn to change the current API, but it does provide a way to distinguish between old API ( |
What is this new APIs with Int/Str prefixes? "Int" means "related to C |
Would it be that confusing? Using |
Guideline issue, where I propose to keep the old/consistent names: capi-workgroup/api-evolution#23 |
No description provided.
The text was updated successfully, but these errors were encountered: