summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/ya.make
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/tools/python3/src/ya.make
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python3/src/ya.make')
-rw-r--r--contrib/tools/python3/src/ya.make18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/tools/python3/src/ya.make b/contrib/tools/python3/src/ya.make
index 5e0433ad2af..64637cd287a 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()