Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[BUG] Return value of use_hugepage in hugepage_setup #24412

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
Aug 14, 2023

Conversation

eendebakpt
Copy link
Contributor

In #24316 the checks on hugepage settings in the numpy initialization have been refactored. It seems a return value was omitted.

@rgommers @mtsokol

Comparison from the other PR:

https://github.com/numpy/numpy/pull/24316/files#diff-09a2c2e86cca91dac0c336e4dad47197ba3cd837ff6c85abf8525cc3b879d3e6R302

@mtsokol
Copy link
Member

mtsokol commented Aug 14, 2023

@eendebakpt Ah, correct - return statement is missing. Thanks for the PR!

Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @eendebakpt, good catch. And oops, I missed that in review. In it goes.

@rgommers rgommers merged commit 3493add into numpy:main Aug 14, 2023
@rgommers rgommers added this to the 2.0.0 release milestone Aug 14, 2023
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.

3 participants