diff options
author | shadchin <shadchin@yandex-team.com> | 2023-11-16 15:22:08 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-11-16 16:50:19 +0300 |
commit | 6b2446d933e7eaaf3caf630740dd7a1ac3d331de (patch) | |
tree | 47a868648c7c6b56eeec0105304994c3dd4bfb0b /contrib/libs | |
parent | 358c0fc7925cf5ede4394a784bf8dd74ad964cc1 (diff) | |
download | ydb-6b2446d933e7eaaf3caf630740dd7a1ac3d331de.tar.gz |
Update numpy to 1.25.2
Diffstat (limited to 'contrib/libs')
-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 0000000000..587690a2b2 --- /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 |