[Python-Dev] libpython added to ABI tracker

2014-03-28 Thread Andrey Ponomarenko
Hi, The libpython library has been added to the ABI tracker: http://upstream-tracker.org/versions/python.html The page lists library versions and changes in API/ABI. -- Andrey Ponomarenko, NTC IT ROSA. ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] libpython added to ABI tracker

2014-03-31 Thread Andrey Ponomarenko
Hi, Victor Stinner wrote: Hi, 2014-03-28 9:31 GMT+01:00 Andrey Ponomarenko : The libpython library has been added to the ABI tracker: http://upstream-tracker.org/versions/python.html The page lists library versions and changes in API/ABI. Nice! By the way, would it be possible to add a

Re: [Python-Dev] libpython added to ABI tracker

2014-04-01 Thread Andrey Ponomarenko
Nick Coghlan wrote: On 1 Apr 2014 01:38, "Victor Stinner" wrote: 2014-03-31 13:38 GMT+02:00 Andrey Ponomarenko : The public libpython API changes will be tracked here: http://upstream-tracker.org/versions/python_public_api.html For now I've excluded only symbols starting wit

Re: [Python-Dev] libpython added to ABI tracker

2014-04-02 Thread Andrey Ponomarenko
truct PyMemberDef struct PyGetSetDef struct _object struct PyCursesWindowObject Thanks. -- Andrey Ponomarenko, NTC IT ROSA. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.py

Re: [Python-Dev] libpython added to ABI tracker

2014-04-03 Thread Andrey Ponomarenko
Nick Coghlan wrote: On 3 April 2014 00:18, Andrey Ponomarenko wrote: Nick Coghlan wrote: Regarding the warnings for this one - is there a way for the checker to warn if data structures are exposed directly, rather than as opaque types? It's fine if there isn't, it would just be coo