diff options
author | monster <[email protected]> | 2022-07-07 14:41:37 +0300 |
---|---|---|
committer | monster <[email protected]> | 2022-07-07 14:41:37 +0300 |
commit | 06e5c21a835c0e923506c4ff27929f34e00761c2 (patch) | |
tree | 75efcbc6854ef9bd476eb8bf00cc5c900da436a2 /contrib/libs/python/Include/cpython | |
parent | 03f024c4412e3aa613bb543cf1660176320ba8f4 (diff) |
fix ya.make
Diffstat (limited to 'contrib/libs/python/Include/cpython')
32 files changed, 0 insertions, 224 deletions
diff --git a/contrib/libs/python/Include/cpython/abstract.h b/contrib/libs/python/Include/cpython/abstract.h deleted file mode 100644 index 06fa02d6411..00000000000 --- a/contrib/libs/python/Include/cpython/abstract.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/abstract.h> -#else -#error "No <cpython/abstract.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/bytearrayobject.h b/contrib/libs/python/Include/cpython/bytearrayobject.h deleted file mode 100644 index 5ed47993c2f..00000000000 --- a/contrib/libs/python/Include/cpython/bytearrayobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/bytearrayobject.h> -#else -#error "No <cpython/bytearrayobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/bytesobject.h b/contrib/libs/python/Include/cpython/bytesobject.h deleted file mode 100644 index d960c6a9038..00000000000 --- a/contrib/libs/python/Include/cpython/bytesobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/bytesobject.h> -#else -#error "No <cpython/bytesobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/ceval.h b/contrib/libs/python/Include/cpython/ceval.h deleted file mode 100644 index dcefa8e58b4..00000000000 --- a/contrib/libs/python/Include/cpython/ceval.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/ceval.h> -#else -#error "No <cpython/ceval.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/code.h b/contrib/libs/python/Include/cpython/code.h deleted file mode 100644 index b652426858a..00000000000 --- a/contrib/libs/python/Include/cpython/code.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/code.h> -#else -#error "No <cpython/code.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/compile.h b/contrib/libs/python/Include/cpython/compile.h deleted file mode 100644 index 0d370cd34c4..00000000000 --- a/contrib/libs/python/Include/cpython/compile.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/compile.h> -#else -#error "No <cpython/compile.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/dictobject.h b/contrib/libs/python/Include/cpython/dictobject.h deleted file mode 100644 index e5a4c02e714..00000000000 --- a/contrib/libs/python/Include/cpython/dictobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/dictobject.h> -#else -#error "No <cpython/dictobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/fileobject.h b/contrib/libs/python/Include/cpython/fileobject.h deleted file mode 100644 index de9bc96c484..00000000000 --- a/contrib/libs/python/Include/cpython/fileobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/fileobject.h> -#else -#error "No <cpython/fileobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/fileutils.h b/contrib/libs/python/Include/cpython/fileutils.h deleted file mode 100644 index 38d4c523e50..00000000000 --- a/contrib/libs/python/Include/cpython/fileutils.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/fileutils.h> -#else -#error "No <cpython/fileutils.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/frameobject.h b/contrib/libs/python/Include/cpython/frameobject.h deleted file mode 100644 index b681d4b1c9d..00000000000 --- a/contrib/libs/python/Include/cpython/frameobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/frameobject.h> -#else -#error "No <cpython/frameobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/import.h b/contrib/libs/python/Include/cpython/import.h deleted file mode 100644 index 149b0f716eb..00000000000 --- a/contrib/libs/python/Include/cpython/import.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/import.h> -#else -#error "No <cpython/import.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/initconfig.h b/contrib/libs/python/Include/cpython/initconfig.h deleted file mode 100644 index a00b133147c..00000000000 --- a/contrib/libs/python/Include/cpython/initconfig.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/initconfig.h> -#else -#error "No <cpython/initconfig.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/interpreteridobject.h b/contrib/libs/python/Include/cpython/interpreteridobject.h deleted file mode 100644 index 110dfc0899e..00000000000 --- a/contrib/libs/python/Include/cpython/interpreteridobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/interpreteridobject.h> -#else -#error "No <cpython/interpreteridobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/listobject.h b/contrib/libs/python/Include/cpython/listobject.h deleted file mode 100644 index f5edc4f307c..00000000000 --- a/contrib/libs/python/Include/cpython/listobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/listobject.h> -#else -#error "No <cpython/listobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/methodobject.h b/contrib/libs/python/Include/cpython/methodobject.h deleted file mode 100644 index fbaba4bdc7c..00000000000 --- a/contrib/libs/python/Include/cpython/methodobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/methodobject.h> -#else -#error "No <cpython/methodobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/object.h b/contrib/libs/python/Include/cpython/object.h deleted file mode 100644 index 91204cfce4d..00000000000 --- a/contrib/libs/python/Include/cpython/object.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/object.h> -#else -#error "No <cpython/object.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/objimpl.h b/contrib/libs/python/Include/cpython/objimpl.h deleted file mode 100644 index a787c6f70e8..00000000000 --- a/contrib/libs/python/Include/cpython/objimpl.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/objimpl.h> -#else -#error "No <cpython/objimpl.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/odictobject.h b/contrib/libs/python/Include/cpython/odictobject.h deleted file mode 100644 index c771a6356df..00000000000 --- a/contrib/libs/python/Include/cpython/odictobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/odictobject.h> -#else -#error "No <cpython/odictobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/picklebufobject.h b/contrib/libs/python/Include/cpython/picklebufobject.h deleted file mode 100644 index d457ccd6246..00000000000 --- a/contrib/libs/python/Include/cpython/picklebufobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/picklebufobject.h> -#else -#error "No <cpython/picklebufobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pyctype.h b/contrib/libs/python/Include/cpython/pyctype.h deleted file mode 100644 index 3421de4640b..00000000000 --- a/contrib/libs/python/Include/cpython/pyctype.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pyctype.h> -#else -#error "No <cpython/pyctype.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pydebug.h b/contrib/libs/python/Include/cpython/pydebug.h deleted file mode 100644 index 3bae670eba1..00000000000 --- a/contrib/libs/python/Include/cpython/pydebug.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pydebug.h> -#else -#error "No <cpython/pydebug.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pyerrors.h b/contrib/libs/python/Include/cpython/pyerrors.h deleted file mode 100644 index 6064161ac1a..00000000000 --- a/contrib/libs/python/Include/cpython/pyerrors.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pyerrors.h> -#else -#error "No <cpython/pyerrors.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pyfpe.h b/contrib/libs/python/Include/cpython/pyfpe.h deleted file mode 100644 index 2a38891fb0b..00000000000 --- a/contrib/libs/python/Include/cpython/pyfpe.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pyfpe.h> -#else -#error "No <cpython/pyfpe.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pylifecycle.h b/contrib/libs/python/Include/cpython/pylifecycle.h deleted file mode 100644 index 099f148ef28..00000000000 --- a/contrib/libs/python/Include/cpython/pylifecycle.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pylifecycle.h> -#else -#error "No <cpython/pylifecycle.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pymem.h b/contrib/libs/python/Include/cpython/pymem.h deleted file mode 100644 index e3256925b60..00000000000 --- a/contrib/libs/python/Include/cpython/pymem.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pymem.h> -#else -#error "No <cpython/pymem.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pystate.h b/contrib/libs/python/Include/cpython/pystate.h deleted file mode 100644 index c8e5cbc23ba..00000000000 --- a/contrib/libs/python/Include/cpython/pystate.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pystate.h> -#else -#error "No <cpython/pystate.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pythonrun.h b/contrib/libs/python/Include/cpython/pythonrun.h deleted file mode 100644 index cfc5384957f..00000000000 --- a/contrib/libs/python/Include/cpython/pythonrun.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pythonrun.h> -#else -#error "No <cpython/pythonrun.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/pytime.h b/contrib/libs/python/Include/cpython/pytime.h deleted file mode 100644 index 9cc64908d4b..00000000000 --- a/contrib/libs/python/Include/cpython/pytime.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/pytime.h> -#else -#error "No <cpython/pytime.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/sysmodule.h b/contrib/libs/python/Include/cpython/sysmodule.h deleted file mode 100644 index 3e827d58a55..00000000000 --- a/contrib/libs/python/Include/cpython/sysmodule.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/sysmodule.h> -#else -#error "No <cpython/sysmodule.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/traceback.h b/contrib/libs/python/Include/cpython/traceback.h deleted file mode 100644 index 9b9e2dc9a59..00000000000 --- a/contrib/libs/python/Include/cpython/traceback.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/traceback.h> -#else -#error "No <cpython/traceback.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/tupleobject.h b/contrib/libs/python/Include/cpython/tupleobject.h deleted file mode 100644 index 7bc25aaee27..00000000000 --- a/contrib/libs/python/Include/cpython/tupleobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/tupleobject.h> -#else -#error "No <cpython/tupleobject.h> in Python2" -#endif diff --git a/contrib/libs/python/Include/cpython/unicodeobject.h b/contrib/libs/python/Include/cpython/unicodeobject.h deleted file mode 100644 index 260680d0eaf..00000000000 --- a/contrib/libs/python/Include/cpython/unicodeobject.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/unicodeobject.h> -#else -#error "No <cpython/unicodeobject.h> in Python2" -#endif |