8000 BUG: Fix regression with ``f2py`` wrappers when modules and subroutines are present by HaoZeke · Pull Request #25361 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix regression with f2py wrappers when modules and subroutines are present #25361

New issue
8000

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 2 commits into from
Dec 10, 2023

Conversation

HaoZeke
Copy link
Member
@HaoZeke HaoZeke commented Dec 10, 2023

Closes #25337. A two word fix, the problem was that if a module has functions (is not an only variable module) it shouldn't be skipped.

Thanks for the report @andrea-bia.

HaoZeke and others added 2 commits December 10, 2023 01:19
Co-authored-by: andrea-bia <andrea-bia@users.noreply.github.com>
@charris
Copy link
Member
charris commented Dec 10, 2023

Thanks Rohit.

The use of GitHub issues as names is convenient, but isn't informative for someone browsing the code. I think a longer descriptive name would be better, you only need to write it twice.

@HaoZeke HaoZeke deleted the gh25337f2yregre branch December 10, 2023 20:55
@charris charris added the 09 - Backport-Candidate PRs tagged should be backported label Dec 18, 2023
@charris charris changed the title BUG: Fix regression with f2py wrappers when modules and subroutines are present BUG: Fix regression with f2py wrappers when modules and subroutines are present Dec 22, 2023
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Dec 22, 2023
@HaoZeke HaoZeke restored the gh25337f2yregre branch June 15, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: f2py does not generate wrappers for modules when compiling multiple files (regression)
2 participants
0