aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/tools/python3
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3')
-rw-r--r--contrib/tools/python3/src/Include/pyconfig-linux.h2
-rw-r--r--contrib/tools/python3/src/Modules/posixmodule.c6
-rw-r--r--contrib/tools/python3/src/tsan.supp4
-rw-r--r--contrib/tools/python3/src/ya.make18
4 files changed, 15 insertions, 15 deletions
diff --git a/contrib/tools/python3/src/Include/pyconfig-linux.h b/contrib/tools/python3/src/Include/pyconfig-linux.h
index 98de8abc72..a4e2999bb0 100644
--- a/contrib/tools/python3/src/Include/pyconfig-linux.h
+++ b/contrib/tools/python3/src/Include/pyconfig-linux.h
@@ -1053,7 +1053,7 @@
/* #undef HAVE_STRLCPY */
/* Define to 1 if you have the <stropts.h> header file. */
-/* #undef HAVE_STROPTS_H */
+/* #undef HAVE_STROPTS_H */
/* Define to 1 if you have the `strsignal' function. */
#define HAVE_STRSIGNAL 1
diff --git a/contrib/tools/python3/src/Modules/posixmodule.c b/contrib/tools/python3/src/Modules/posixmodule.c
index 0918266843..7019b48b0e 100644
--- a/contrib/tools/python3/src/Modules/posixmodule.c
+++ b/contrib/tools/python3/src/Modules/posixmodule.c
@@ -7168,9 +7168,9 @@ error:
#endif /* HAVE_PTY_H */
#ifdef HAVE_STROPTS_H
#include <stropts.h>
-#else
- #define __SID ('S' << 8)
- #define I_PUSH (__SID | 2)
+#else
+ #define __SID ('S' << 8)
+ #define I_PUSH (__SID | 2)
#endif
#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX) */
diff --git a/contrib/tools/python3/src/tsan.supp b/contrib/tools/python3/src/tsan.supp
index 65dce089ff..3286944ae6 100644
--- a/contrib/tools/python3/src/tsan.supp
+++ b/contrib/tools/python3/src/tsan.supp
@@ -1,3 +1,3 @@
-# Thread sanitizers reports a data race during main thread shutdown.
-# This race was consiered to be safe. See DEVTOOLSSUPPORT-8443 for details
+# Thread sanitizers reports a data race during main thread shutdown.
+# This race was consiered to be safe. See DEVTOOLSSUPPORT-8443 for details
race:PyInterpreterState_Delete
diff --git a/contrib/tools/python3/src/ya.make b/contrib/tools/python3/src/ya.make
index 64637cd287..5e0433ad2a 100644
--- a/contrib/tools/python3/src/ya.make
+++ b/contrib/tools/python3/src/ya.make
@@ -179,19 +179,19 @@ SRCS(
Python/traceback.c
)
-SUPPRESSIONS(
- tsan.supp
+SUPPRESSIONS(
+ tsan.supp
)
IF (OS_WINDOWS)
SRCS(
- PC/WinMain.c
- PC/dl_nt.c
- PC/getpathp.c
- PC/invalid_parameter_handler.c
- PC/msvcrtmodule.c
- PC/winreg.c
- PC/winsound.c
+ PC/WinMain.c
+ PC/dl_nt.c
+ PC/getpathp.c
+ PC/invalid_parameter_handler.c
+ PC/msvcrtmodule.c
+ PC/winreg.c
+ PC/winsound.c
Python/dynload_win.c
)
ELSE()