[issue19526] Review additions to the stable ABI of Python 3.4

2014-01-04 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue19526] Review additions to the stable ABI of Python 3.4

2014-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 15bad3abfac9 by Martin v. Löwis in branch 'default': Issue #19526: Exclude all new API from the stable ABI. http://hg.python.org/cpython/rev/15bad3abfac9 -- ___ Python tracker

[issue19526] Review additions to the stable ABI of Python 3.4

2014-01-03 Thread Martin v . Löwis
Martin v. Löwis added the comment: The procedure to obtain the new API was this: * write a C file #define Py_LIMITED_API #include * compile this with gcc -E | grep -v '#' * diff and inspect the two preprocessor outputs. Ideally, they come out empty, but they currently show lots of (legiti

[issue19526] Review additions to the stable ABI of Python 3.4

2013-11-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf9c77bac36d by Victor Stinner in branch 'default': Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from the http://hg.python.org/cpython/rev/bf9c77bac36d -- nosy: +python-dev ___ Pytho

[issue19526] Review additions to the stable ABI of Python 3.4

2013-11-08 Thread STINNER Victor
STINNER Victor added the comment: "Priority: release blocker" means that it should be done at least before Python 3.4 final. It may be delayed after the beta1. -- nosy: +larry priority: normal -> release blocker ___ Python tracker

[issue19526] Review additions to the stable ABI of Python 3.4

2013-11-08 Thread STINNER Victor
New submission from STINNER Victor: 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/is