summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/code_generators/cversions.txt8
-rw-r--r--numpy/core/code_generators/numpy_api.py2
2 files changed, 7 insertions, 3 deletions
diff --git a/numpy/core/code_generators/cversions.txt b/numpy/core/code_generators/cversions.txt
index e1ee8a860..e6dc00dbb 100644
--- a/numpy/core/code_generators/cversions.txt
+++ b/numpy/core/code_generators/cversions.txt
@@ -60,6 +60,10 @@
# Version 14 (NumPy 1.21) No change.
0x0000000e = 17a0f366e55ec05e5c5c149123478452
-# Version 15 (NumPy 1.22) Configurable memory allocations
-# Version 14 (NumPy 1.23) No change.
+# Version 15 (NumPy 1.22)
+# Configurable memory allocations
0x0000000f = b8783365b873681cd204be50cdfb448d
+
+# Version 16 (NumPy 1.23)
+# NonNull attributes removed from numpy_api.py
+0x00000010 = 04a7bf1e65350926a0e528798da263c0
diff --git a/numpy/core/code_generators/numpy_api.py b/numpy/core/code_generators/numpy_api.py
index 7ec81d4c6..fa28f92b7 100644
--- a/numpy/core/code_generators/numpy_api.py
+++ b/numpy/core/code_generators/numpy_api.py
@@ -353,7 +353,7 @@ multiarray_funcs_api = {
# End 1.14 API
'PyDataMem_SetHandler': (304,),
'PyDataMem_GetHandler': (305,),
- # End 1.21 API
+ # End 1.22 API
}
ufunc_types_api = {