[issue43725] Create a release branch ABI stability regression test

Pablo Galindo Salgado report at bugs.python.org
Fri Apr 9 17:20:00 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> Is there an option to exclude array lengths? Or to treat the API as just a pointer rather than an array?

Technically is not a false positive:

https://developers.redhat.com/blog/2019/05/06/how-c-array-sizes-become-part-of-the-binary-interface-of-a-library/

But in this case I think it is. We can have a ignore file:

https://sourceware.org/libabigail/manual/libabigail-concepts.html#suppr-spec-label

We could ignore all functions that start with _Py.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43725>
_______________________________________


More information about the Python-bugs-list mailing list