Skip to content

Commit

Permalink
add an inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Aug 13, 2024
1 parent baca5f2 commit 9c92d2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions erfa/ufunc.c.templ
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
* to update it.
*/

/*
Note that this file is restricted to Python's Limited API, but we define the
corresponding macro dynamically in setup.py so it can be disabled for Python builds
that do not support it (e.g., 3.13t)
*/

#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include "Python.h"
#include "numpy/arrayobject.h"
Expand Down

0 comments on commit 9c92d2c

Please sign in to comment.