8000 BUG: Fix `fortranname` for functions by HaoZeke · Pull Request #27731 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix fortranname for functions #27731

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 2 commits into from
Nov 16, 2024
Merged

Conversation

HaoZeke
Copy link
Member
@HaoZeke HaoZeke commented Nov 11, 2024

Closes #25799. Simple enough fix, where functions are wrapped to subroutines, the wrapped name (accounting for fortranname) should be called. i.e. F_FUNC -> F_WRAPPEDFUNC

Also adds tests for fortranname.

HaoZeke and others added 2 commits November 11, 2024 01:51
Co-authored-by: KybernetikJo <KybernetikJo@users.noreply.github.com>
@charris charris merged commit cd63250 into numpy:main Nov 16, 2024
70 checks passed
@charris
Copy link
Member
charris commented Nov 16, 2024

Thanks @HaoZeke .

@HaoZeke HaoZeke deleted the fortrannameFunc branch November 16, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: The F2PY statement fortranname does not work for functions.
2 participants
0