8000 MNT: use pythoncapi_compat.h in npy_compat.h by ngoldbaum · Pull Request #26189 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

MNT: use pythoncapi_compat.h in npy_compat.h #26189

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 5 commits into from
Apr 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
8000
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MNT: include pythoncapi_compat.h in npy_pycompat.h
  • Loading branch information
ngoldbaum committed Apr 1, 2024
commit 0ab2f25052f5c18106a8bd656b2417e8e7a9a743
2 changes: 1 addition & 1 deletion numpy/_core/src/common/npy_pycompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define NUMPY_CORE_SRC_COMMON_NPY_PYCOMPAT_H_

#include "numpy/npy_3kcompat.h"

#include "pythoncapi-compat/pythoncapi_compat.h"

/*
* In Python 3.10a7 (or b1), python started using the identity for the hash
Expand Down
0