[New-bugs-announce] [issue19526] Review additions to the stable ABI of Python 3.4

STINNER Victor report at bugs.python.org
Fri Nov 8 12:18:15 CET 2013


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/issue11619
http://hg.python.org/cpython/rev/df2fdd42b375

----------
messages: 202412
nosy: haypo, loewis, ncoghlan
priority: normal
severity: normal
status: open
title: Review additions to the stable ABI of Python 3.4
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19526>
_______________________________________


More information about the New-bugs-announce mailing list