[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 mar...@v.loewis.de:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19526
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 Python.h

* 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 (legitimate) const additions, and some 
reformattings

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19526
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue19526
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/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 rep...@bugs.python.org
http://bugs.python.org/issue19526
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue19526
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19526
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com