Skip to content

ABI checking tool should ignore the renaming of anonymous structs #2203

@mdboom

Description

@mdboom

When transitioning libraries from cython-gen to cybind, the name of anonymous structs necessarily must change. However, as long as their contents are the same, this is not an ABI breakage, and Cython does not check the name at import time (as it does for functions).

This would just eliminate some unnecessary noise from the ABI checking tool.

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions