summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython
diff options
context:
space:
mode:
authorshadchin <[email protected]>2022-02-10 16:44:39 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:44:39 +0300
commite9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch)
tree64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/libs/python/Include/cpython
parent2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/python/Include/cpython')
-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
24 files changed, 168 insertions, 168 deletions
diff --git a/contrib/libs/python/Include/cpython/abstract.h b/contrib/libs/python/Include/cpython/abstract.h
index c7e3a4f2354..06fa02d6411 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 0acb4ce6d18..5ed47993c2f 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 acb4f37b2f3..d960c6a9038 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 402e9c5e791..dcefa8e58b4 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 ed679b23f38..b652426858a 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 45f6897bc45..e5a4c02e714 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 ebb6e7bccfe..de9bc96c484 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 321ba5ae19b..38d4c523e50 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 06033770548..b681d4b1c9d 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 5775143e9f1..149b0f716eb 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 43412713b01..a00b133147c 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 f180113907a..110dfc0899e 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 02ed8a8b882..f5edc4f307c 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 ebea12d5e97..fbaba4bdc7c 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 8c0e00e09db..91204cfce4d 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 db126e0c2f6..a787c6f70e8 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 5c006b2c7fc..6064161ac1a 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 dc778caaff3..099f148ef28 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 3408da66a66..e3256925b60 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 1224aabb34e..c8e5cbc23ba 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 32e1723ce8b..3e827d58a55 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 bd5c6c5b115..9b9e2dc9a59 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 795ff03fc03..7bc25aaee27 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 fcbe1d6f310..260680d0eaf 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