aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-02-10 16:44:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:30 +0300
commit2598ef1d0aee359b4b6d5fdd1758916d5907d04f (patch)
tree012bb94d777798f1f56ac1cec429509766d05181 /contrib/libs/python/Include
parent6751af0b0c1b952fede40b19b71da8025b5d8bcf (diff)
downloadydb-2598ef1d0aee359b4b6d5fdd1758916d5907d04f.tar.gz
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/python/Include')
-rw-r--r--contrib/libs/python/Include/bytes_methods.h2
-rw-r--r--contrib/libs/python/Include/context.h14
-rw-r--r--contrib/libs/python/Include/cpython/abstract.h14
-rw-r--r--contrib/libs/python/Include/cpython/bytearrayobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/bytesobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/ceval.h14
-rw-r--r--contrib/libs/python/Include/cpython/code.h14
-rw-r--r--contrib/libs/python/Include/cpython/dictobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/fileobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/fileutils.h14
-rw-r--r--contrib/libs/python/Include/cpython/frameobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/import.h14
-rw-r--r--contrib/libs/python/Include/cpython/initconfig.h14
-rw-r--r--contrib/libs/python/Include/cpython/interpreteridobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/listobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/methodobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/object.h14
-rw-r--r--contrib/libs/python/Include/cpython/objimpl.h14
-rw-r--r--contrib/libs/python/Include/cpython/pyerrors.h14
-rw-r--r--contrib/libs/python/Include/cpython/pylifecycle.h14
-rw-r--r--contrib/libs/python/Include/cpython/pymem.h14
-rw-r--r--contrib/libs/python/Include/cpython/pystate.h14
-rw-r--r--contrib/libs/python/Include/cpython/sysmodule.h14
-rw-r--r--contrib/libs/python/Include/cpython/traceback.h14
-rw-r--r--contrib/libs/python/Include/cpython/tupleobject.h14
-rw-r--r--contrib/libs/python/Include/cpython/unicodeobject.h14
-rw-r--r--contrib/libs/python/Include/dtoa.h2
-rw-r--r--contrib/libs/python/Include/exports.h14
-rw-r--r--contrib/libs/python/Include/genericaliasobject.h14
-rw-r--r--contrib/libs/python/Include/interpreteridobject.h14
-rw-r--r--contrib/libs/python/Include/metagrammar.h2
-rw-r--r--contrib/libs/python/Include/pgen.h2
-rw-r--r--contrib/libs/python/Include/pgenheaders.h2
-rw-r--r--contrib/libs/python/Include/picklebufobject.h14
-rw-r--r--contrib/libs/python/Include/pyframe.h14
-rw-r--r--contrib/libs/python/Include/pygetopt.h2
-rw-r--r--contrib/libs/python/Include/tracemalloc.h14
37 files changed, 223 insertions, 223 deletions
diff --git a/contrib/libs/python/Include/bytes_methods.h b/contrib/libs/python/Include/bytes_methods.h
index f74e146029..65e30aa9a1 100644
--- a/contrib/libs/python/Include/bytes_methods.h
+++ b/contrib/libs/python/Include/bytes_methods.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef USE_PYTHON3
-#error "No <bytes_methods.h> in Python3"
+#error "No <bytes_methods.h> in Python3"
#else
#include <contrib/tools/python/src/Include/bytes_methods.h>
#endif
diff --git a/contrib/libs/python/Include/context.h b/contrib/libs/python/Include/context.h
index 61ed2c0dd1..e8121f90a4 100644
--- a/contrib/libs/python/Include/context.h
+++ b/contrib/libs/python/Include/context.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/context.h>
-#else
-#error "No <context.h> in Python2"
-#endif
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/context.h>
+#else
+#error "No <context.h> in Python2"
+#endif
diff --git a/contrib/libs/python/Include/cpython/abstract.h b/contrib/libs/python/Include/cpython/abstract.h
index 06fa02d641..c7e3a4f235 100644
--- a/contrib/libs/python/Include/cpython/abstract.h
+++ b/contrib/libs/python/Include/cpython/abstract.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/abstract.h>
-#else
-#error "No <cpython/abstract.h> in Python2"
-#endif
+#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
index 5ed47993c2..0acb4ce6d1 100644
--- a/contrib/libs/python/Include/cpython/bytearrayobject.h
+++ b/contrib/libs/python/Include/cpython/bytearrayobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/bytearrayobject.h>
-#else
-#error "No <cpython/bytearrayobject.h> in Python2"
-#endif
+#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
index d960c6a903..acb4f37b2f 100644
--- a/contrib/libs/python/Include/cpython/bytesobject.h
+++ b/contrib/libs/python/Include/cpython/bytesobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/bytesobject.h>
-#else
-#error "No <cpython/bytesobject.h> in Python2"
-#endif
+#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
index dcefa8e58b..402e9c5e79 100644
--- a/contrib/libs/python/Include/cpython/ceval.h
+++ b/contrib/libs/python/Include/cpython/ceval.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/ceval.h>
-#else
-#error "No <cpython/ceval.h> in Python2"
-#endif
+#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
index b652426858..ed679b23f3 100644
--- a/contrib/libs/python/Include/cpython/code.h
+++ b/contrib/libs/python/Include/cpython/code.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/code.h>
-#else
-#error "No <cpython/code.h> in Python2"
-#endif
+#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/dictobject.h b/contrib/libs/python/Include/cpython/dictobject.h
index e5a4c02e71..45f6897bc4 100644
--- a/contrib/libs/python/Include/cpython/dictobject.h
+++ b/contrib/libs/python/Include/cpython/dictobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/dictobject.h>
-#else
-#error "No <cpython/dictobject.h> in Python2"
-#endif
+#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
index de9bc96c48..ebb6e7bccf 100644
--- a/contrib/libs/python/Include/cpython/fileobject.h
+++ b/contrib/libs/python/Include/cpython/fileobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/fileobject.h>
-#else
-#error "No <cpython/fileobject.h> in Python2"
-#endif
+#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
index 38d4c523e5..321ba5ae19 100644
--- a/contrib/libs/python/Include/cpython/fileutils.h
+++ b/contrib/libs/python/Include/cpython/fileutils.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/fileutils.h>
-#else
-#error "No <cpython/fileutils.h> in Python2"
-#endif
+#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
index b681d4b1c9..0603377054 100644
--- a/contrib/libs/python/Include/cpython/frameobject.h
+++ b/contrib/libs/python/Include/cpython/frameobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/frameobject.h>
-#else
-#error "No <cpython/frameobject.h> in Python2"
-#endif
+#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
index 149b0f716e..5775143e9f 100644
--- a/contrib/libs/python/Include/cpython/import.h
+++ b/contrib/libs/python/Include/cpython/import.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/import.h>
-#else
-#error "No <cpython/import.h> in Python2"
-#endif
+#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
index a00b133147..43412713b0 100644
--- a/contrib/libs/python/Include/cpython/initconfig.h
+++ b/contrib/libs/python/Include/cpython/initconfig.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/initconfig.h>
-#else
-#error "No <cpython/initconfig.h> in Python2"
-#endif
+#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
index 110dfc0899..f180113907 100644
--- a/contrib/libs/python/Include/cpython/interpreteridobject.h
+++ b/contrib/libs/python/Include/cpython/interpreteridobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/interpreteridobject.h>
-#else
-#error "No <cpython/interpreteridobject.h> in Python2"
-#endif
+#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
index f5edc4f307..02ed8a8b88 100644
--- a/contrib/libs/python/Include/cpython/listobject.h
+++ b/contrib/libs/python/Include/cpython/listobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/listobject.h>
-#else
-#error "No <cpython/listobject.h> in Python2"
-#endif
+#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
index fbaba4bdc7..ebea12d5e9 100644
--- a/contrib/libs/python/Include/cpython/methodobject.h
+++ b/contrib/libs/python/Include/cpython/methodobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/methodobject.h>
-#else
-#error "No <cpython/methodobject.h> in Python2"
-#endif
+#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
index 91204cfce4..8c0e00e09d 100644
--- a/contrib/libs/python/Include/cpython/object.h
+++ b/contrib/libs/python/Include/cpython/object.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/object.h>
-#else
-#error "No <cpython/object.h> in Python2"
-#endif
+#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
index a787c6f70e..db126e0c2f 100644
--- a/contrib/libs/python/Include/cpython/objimpl.h
+++ b/contrib/libs/python/Include/cpython/objimpl.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/objimpl.h>
-#else
-#error "No <cpython/objimpl.h> in Python2"
-#endif
+#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/pyerrors.h b/contrib/libs/python/Include/cpython/pyerrors.h
index 6064161ac1..5c006b2c7f 100644
--- a/contrib/libs/python/Include/cpython/pyerrors.h
+++ b/contrib/libs/python/Include/cpython/pyerrors.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/pyerrors.h>
-#else
-#error "No <cpython/pyerrors.h> in Python2"
-#endif
+#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/pylifecycle.h b/contrib/libs/python/Include/cpython/pylifecycle.h
index 099f148ef2..dc778caaff 100644
--- a/contrib/libs/python/Include/cpython/pylifecycle.h
+++ b/contrib/libs/python/Include/cpython/pylifecycle.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/pylifecycle.h>
-#else
-#error "No <cpython/pylifecycle.h> in Python2"
-#endif
+#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
index e3256925b6..3408da66a6 100644
--- a/contrib/libs/python/Include/cpython/pymem.h
+++ b/contrib/libs/python/Include/cpython/pymem.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/pymem.h>
-#else
-#error "No <cpython/pymem.h> in Python2"
-#endif
+#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
index c8e5cbc23b..1224aabb34 100644
--- a/contrib/libs/python/Include/cpython/pystate.h
+++ b/contrib/libs/python/Include/cpython/pystate.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/pystate.h>
-#else
-#error "No <cpython/pystate.h> in Python2"
-#endif
+#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/sysmodule.h b/contrib/libs/python/Include/cpython/sysmodule.h
index 3e827d58a5..32e1723ce8 100644
--- a/contrib/libs/python/Include/cpython/sysmodule.h
+++ b/contrib/libs/python/Include/cpython/sysmodule.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/sysmodule.h>
-#else
-#error "No <cpython/sysmodule.h> in Python2"
-#endif
+#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
index 9b9e2dc9a5..bd5c6c5b11 100644
--- a/contrib/libs/python/Include/cpython/traceback.h
+++ b/contrib/libs/python/Include/cpython/traceback.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/traceback.h>
-#else
-#error "No <cpython/traceback.h> in Python2"
-#endif
+#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
index 7bc25aaee2..795ff03fc0 100644
--- a/contrib/libs/python/Include/cpython/tupleobject.h
+++ b/contrib/libs/python/Include/cpython/tupleobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/tupleobject.h>
-#else
-#error "No <cpython/tupleobject.h> in Python2"
-#endif
+#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
index 260680d0ea..fcbe1d6f31 100644
--- a/contrib/libs/python/Include/cpython/unicodeobject.h
+++ b/contrib/libs/python/Include/cpython/unicodeobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/cpython/unicodeobject.h>
-#else
-#error "No <cpython/unicodeobject.h> in Python2"
-#endif
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/cpython/unicodeobject.h>
+#else
+#error "No <cpython/unicodeobject.h> in Python2"
+#endif
diff --git a/contrib/libs/python/Include/dtoa.h b/contrib/libs/python/Include/dtoa.h
index d8c51a71f4..f827f3b9a8 100644
--- a/contrib/libs/python/Include/dtoa.h
+++ b/contrib/libs/python/Include/dtoa.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef USE_PYTHON3
-#error "No <dtoa.h> in Python3"
+#error "No <dtoa.h> in Python3"
#else
#include <contrib/tools/python/src/Include/dtoa.h>
#endif
diff --git a/contrib/libs/python/Include/exports.h b/contrib/libs/python/Include/exports.h
index fdc68cfcf1..ed9814c5b6 100644
--- a/contrib/libs/python/Include/exports.h
+++ b/contrib/libs/python/Include/exports.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/exports.h>
-#else
-#error "No <exports.h> in Python2"
-#endif
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/exports.h>
+#else
+#error "No <exports.h> in Python2"
+#endif
diff --git a/contrib/libs/python/Include/genericaliasobject.h b/contrib/libs/python/Include/genericaliasobject.h
index 4d218b7e3f..44ec40f703 100644
--- a/contrib/libs/python/Include/genericaliasobject.h
+++ b/contrib/libs/python/Include/genericaliasobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/genericaliasobject.h>
-#else
-#error "No <genericaliasobject.h> in Python2"
-#endif
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/genericaliasobject.h>
+#else
+#error "No <genericaliasobject.h> in Python2"
+#endif
diff --git a/contrib/libs/python/Include/interpreteridobject.h b/contrib/libs/python/Include/interpreteridobject.h
index 1cd695d50f..c616b51ae7 100644
--- a/contrib/libs/python/Include/interpreteridobject.h
+++ b/contrib/libs/python/Include/interpreteridobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/interpreteridobject.h>
-#else
-#error "No <interpreteridobject.h> in Python2"
-#endif
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/interpreteridobject.h>
+#else
+#error "No <interpreteridobject.h> in Python2"
+#endif
diff --git a/contrib/libs/python/Include/metagrammar.h b/contrib/libs/python/Include/metagrammar.h
index ab897e3820..6c5f057a51 100644
--- a/contrib/libs/python/Include/metagrammar.h
+++ b/contrib/libs/python/Include/metagrammar.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef USE_PYTHON3
-#error "No <metagrammar.h> in Python3"
+#error "No <metagrammar.h> in Python3"
#else
#include <contrib/tools/python/src/Include/metagrammar.h>
#endif
diff --git a/contrib/libs/python/Include/pgen.h b/contrib/libs/python/Include/pgen.h
index b4a3a7dc8d..2d61f5d16c 100644
--- a/contrib/libs/python/Include/pgen.h
+++ b/contrib/libs/python/Include/pgen.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef USE_PYTHON3
-#error "No <pgen.h> in Python3"
+#error "No <pgen.h> in Python3"
#else
#include <contrib/tools/python/src/Include/pgen.h>
#endif
diff --git a/contrib/libs/python/Include/pgenheaders.h b/contrib/libs/python/Include/pgenheaders.h
index 1f859aebad..f1f841d845 100644
--- a/contrib/libs/python/Include/pgenheaders.h
+++ b/contrib/libs/python/Include/pgenheaders.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef USE_PYTHON3
-#error "No <pgenheaders.h> in Python3"
+#error "No <pgenheaders.h> in Python3"
#else
#include <contrib/tools/python/src/Include/pgenheaders.h>
#endif
diff --git a/contrib/libs/python/Include/picklebufobject.h b/contrib/libs/python/Include/picklebufobject.h
index 70eba96ded..34f6e1b90c 100644
--- a/contrib/libs/python/Include/picklebufobject.h
+++ b/contrib/libs/python/Include/picklebufobject.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/picklebufobject.h>
-#else
-#error "No <picklebufobject.h> in Python2"
-#endif
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/picklebufobject.h>
+#else
+#error "No <picklebufobject.h> in Python2"
+#endif
diff --git a/contrib/libs/python/Include/pyframe.h b/contrib/libs/python/Include/pyframe.h
index 69985948aa..08bf5e306b 100644
--- a/contrib/libs/python/Include/pyframe.h
+++ b/contrib/libs/python/Include/pyframe.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/pyframe.h>
-#else
-#error "No <pyframe.h> in Python2"
-#endif
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/pyframe.h>
+#else
+#error "No <pyframe.h> in Python2"
+#endif
diff --git a/contrib/libs/python/Include/pygetopt.h b/contrib/libs/python/Include/pygetopt.h
index 3e591b03ce..7338e0c0ca 100644
--- a/contrib/libs/python/Include/pygetopt.h
+++ b/contrib/libs/python/Include/pygetopt.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef USE_PYTHON3
-#error "No <pygetopt.h> in Python3"
+#error "No <pygetopt.h> in Python3"
#else
#include <contrib/tools/python/src/Include/pygetopt.h>
#endif
diff --git a/contrib/libs/python/Include/tracemalloc.h b/contrib/libs/python/Include/tracemalloc.h
index cc29c6ff7e..e3e6a4b360 100644
--- a/contrib/libs/python/Include/tracemalloc.h
+++ b/contrib/libs/python/Include/tracemalloc.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#ifdef USE_PYTHON3
-#include <contrib/tools/python3/src/Include/tracemalloc.h>
-#else
-#error "No <tracemalloc.h> in Python2"
-#endif
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/tracemalloc.h>
+#else
+#error "No <tracemalloc.h> in Python2"
+#endif