This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients loewis, ncoghlan, vstinner
Date 2013-11-08.11:18:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383909495.56.0.906628582778.issue19526@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-08 11:18:15vstinnersetrecipients: + vstinner, loewis, ncoghlan
2013-11-08 11:18:15vstinnersetmessageid: <1383909495.56.0.906628582778.issue19526@psf.upfronthosting.co.za>
2013-11-08 11:18:15vstinnerlinkissue19526 messages
2013-11-08 11:18:15vstinnercreate