8000 BUG: Fix f2py derived types in modules by charris · Pull Request #29044 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix f2py derived types in modules #29044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2025

Conversation

charris
Copy link
Member
@charris charris commented May 23, 2025

Backport of #29040.

Closes #29037.
The issue is a result of #27695 in v2.2.0.

Before 2.2.0, modules that are used in a use statement are skipped. In v2.2.0 (#27695), an additional check was added to only skip modules that contain a common block. With that, modules with derived types are no longer skipped. This PR adds a check to see if the module contains derived types, and skip it if it does.

@charris charris added this to the 2.3.0 release milestone May 23, 2025
@charris charris merged commit b0b0ae4 into numpy:maintenance/2.3.x May 23, 2025
75 checks passed
@charris charris deleted the backport-29040 branch May 23, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet