diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2023-02-20 21:50:40 +0000 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@gmail.com> | 2023-02-20 21:50:40 +0000 |
| commit | f4e0e56bd70e9b53d59767ae9c979db25632ac16 (patch) | |
| tree | 24a6ac2e8662bfdae9f5808b09707a432a5886ba /numpy/core/include | |
| parent | bbebe7b4c85cc6dfdbb6307452a0ba2109ec29fa (diff) | |
| download | numpy-f4e0e56bd70e9b53d59767ae9c979db25632ac16.tar.gz | |
MAINT: minor CI job, comments, and style changes to meson.build files
Diffstat (limited to 'numpy/core/include')
| -rw-r--r-- | numpy/core/include/numpy/npy_3kcompat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/npy_3kcompat.h b/numpy/core/include/numpy/npy_3kcompat.h index 8a8fa7a9c..fad009082 100644 --- a/numpy/core/include/numpy/npy_3kcompat.h +++ b/numpy/core/include/numpy/npy_3kcompat.h @@ -169,7 +169,7 @@ static inline int PyInt_Check(PyObject *op) { /* * Macros to protect CRT calls against instant termination when passed an - * invalid parameter (issue23524). + * invalid parameter (https://bugs.python.org/issue23524). */ #if defined _MSC_VER && _MSC_VER >= 1900 |
