aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/tools/python3/src
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python3/src')
-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 a4e2999bb0..98de8abc72 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 7019b48b0e..0918266843 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 3286944ae6..65dce089ff 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 5e0433ad2a..64637cd287 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()