diff options
author | shadchin <[email protected]> | 2023-11-16 15:22:08 +0300 |
---|---|---|
committer | shadchin <[email protected]> | 2023-11-16 16:50:19 +0300 |
commit | 6b2446d933e7eaaf3caf630740dd7a1ac3d331de (patch) | |
tree | 47a868648c7c6b56eeec0105304994c3dd4bfb0b /contrib/libs/python | |
parent | 358c0fc7925cf5ede4394a784bf8dd74ad964cc1 (diff) |
Update numpy to 1.25.2
Diffstat (limited to 'contrib/libs/python')
-rw-r--r-- | contrib/libs/python/Include/pyerrors.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/pyerrors.h b/contrib/libs/python/Include/pyerrors.h new file mode 100644 index 00000000000..587690a2b28 --- /dev/null +++ b/contrib/libs/python/Include/pyerrors.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef USE_PYTHON3 +#include <contrib/tools/python3/src/Include/pyerrors.h> +#else +#include <contrib/tools/python/src/Include/pyerrors.h> +#endif |