-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Improved PySet C API #43090
Comments
This patch adds PySet_Next(), PySet_Update(), and Patch includes tests and documentation. |
Logged In: YES Guido, please reject this patch. I laid-out my reasoning in these two posts: http://mail.python.org/pipermail/python-dev/2006-March/062652.html In particular, I've found PySet_Next() to be disasterously The PySet_Clear() function should be PyObject_Clear() like The PySet_Update() function gets in the way of my future None of these functions are necessary. They simply This patch is against my wishes for the module. As the |
Logged In: YES FWIW, I'm open to PyObject_Clear() for an abstract access Also, for Barry's use only, I'm open to a semi-private Likewise, _PySet_Update() could be done just for Barry's |
Logged In: YES I'm rejecting this unread, because I'm not ready to jump |
Logged In: YES r43465 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: