summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r--numpy/core/_internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py
index 67ca1716f..5298f412b 100644
--- a/numpy/core/_internal.py
+++ b/numpy/core/_internal.py
@@ -363,6 +363,7 @@ _pep3118_native_map = {
'L': 'L',
'q': 'q',
'Q': 'Q',
+ 'e': 'e',
'f': 'f',
'd': 'd',
'g': 'g',
@@ -388,6 +389,7 @@ _pep3118_standard_map = {
'L': 'u4',
'q': 'i8',
'Q': 'u8',
+ 'e': 'f2',
'f': 'f',
'd': 'd',
'Zf': 'F',