aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-02-10 16:44:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:39 +0300
commite9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch)
tree64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/libs/python
parent2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff)
downloadydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/python')
-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 65e30aa9a1..f74e146029 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 e8121f90a4..61ed2c0dd1 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 c7e3a4f235..06fa02d641 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 0acb4ce6d1..5ed47993c2 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 acb4f37b2f..d960c6a903 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 402e9c5e79..dcefa8e58b 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 ed679b23f3..b652426858 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 45f6897bc4..e5a4c02e71 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 ebb6e7bccf..de9bc96c48 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 321ba5ae19..38d4c523e5 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 0603377054..b681d4b1c9 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 5775143e9f..149b0f716e 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 43412713b0..a00b133147 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 f180113907..110dfc0899 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 02ed8a8b88..f5edc4f307 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 ebea12d5e9..fbaba4bdc7 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 8c0e00e09d..91204cfce4 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 db126e0c2f..a787c6f70e 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 5c006b2c7f..6064161ac1 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 dc778caaff..099f148ef2 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 3408da66a6..e3256925b6 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 1224aabb34..c8e5cbc23b 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 32e1723ce8..3e827d58a5 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 bd5c6c5b11..9b9e2dc9a5 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 795ff03fc0..7bc25aaee2 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 fcbe1d6f31..260680d0ea 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 f827f3b9a8..d8c51a71f4 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 ed9814c5b6..fdc68cfcf1 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 44ec40f703..4d218b7e3f 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 c616b51ae7..1cd695d50f 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 6c5f057a51..ab897e3820 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 2d61f5d16c..b4a3a7dc8d 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 f1f841d845..1f859aebad 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 34f6e1b90c..70eba96ded 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 08bf5e306b..69985948aa 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 7338e0c0ca..3e591b03ce 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 e3e6a4b360..cc29c6ff7e 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