-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Review additions to the stable ABI of Python 3.4 #63725
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
Comments
Example: http://hg.python.org/cpython/rev/69071054b42f
PyAPI_FUNC(int) _PyDict_DelItemId(PyObject *mp, struct _Py_Identifier *key); New functions added in this issue should also be reviewed (should them be part of the stable ABI?): http://bugs.python.org/issue11619 |
"Priority: release blocker" means that it should be done at least before Python 3.4 final. It may be delayed after the beta1. |
New changeset bf9c77bac36d by Victor Stinner in branch 'default': |
New changeset 15bad3abfac9 by Martin v. Löwis in branch 'default': |
The procedure to obtain the new API was this:
#define Py_LIMITED_API
#include <Python.h>
|
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: