Message 390668 - Python tracker
Message390668
| Author | pablogsal |
|---|---|
| Recipients | christian.heimes, gregory.p.smith, lukasz.langa, ned.deily, pablogsal, petr.viktorin, steve.dower, vstinner |
| Date | 2021-04-09.21:19:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618003200.05.0.386894460464.issue43725@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> 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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-09 21:20:00 | pablogsal | set | recipients: + pablogsal, gregory.p.smith, vstinner, christian.heimes, ned.deily, petr.viktorin, lukasz.langa, steve.dower |
| 2021-04-09 21:20:00 | pablogsal | set | messageid: <1618003200.05.0.386894460464.issue43725@roundup.psfhosted.org> |
| 2021-04-09 21:20:00 | pablogsal | link | issue43725 messages |
| 2021-04-09 21:19:59 | pablogsal | create | |