diff options
author | kakabba <kakabba@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | 9c914f41ba5e9f9365f404e892197553ac23809e (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/tools/python | |
parent | c8e3995898c443e78266f7420aac5fb3da15d413 (diff) | |
download | ydb-9c914f41ba5e9f9365f404e892197553ac23809e.tar.gz |
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python')
-rw-r--r-- | contrib/tools/python/src/config_init.c | 14 | ||||
-rw-r--r-- | contrib/tools/python/src/config_map.c | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c index cdb5d15e15..2fa47000b8 100644 --- a/contrib/tools/python/src/config_init.c +++ b/contrib/tools/python/src/config_init.c @@ -51,13 +51,13 @@ extern void init_multiprocessing(void); extern void initspwd(void); #endif -#ifdef _DARWIN_ +#ifdef _DARWIN_ #ifndef __IOS__ -extern void init_multiprocessing(void); +extern void init_multiprocessing(void); extern void init_scproxy(void); -#endif #endif - +#endif + #ifdef _CYGWIN_ extern void init_multiprocessing(void); #endif @@ -86,7 +86,7 @@ extern void initmsvcrt(void); extern void init_subprocess(void); extern void init_winreg(void); #endif - + #if !defined(_CYGWIN_) -extern void init_ctypes(void); -#endif +extern void init_ctypes(void); +#endif diff --git a/contrib/tools/python/src/config_map.c b/contrib/tools/python/src/config_map.c index 98b5230874..6bfe125ddd 100644 --- a/contrib/tools/python/src/config_map.c +++ b/contrib/tools/python/src/config_map.c @@ -51,13 +51,13 @@ {"spwd", initspwd}, #endif -#ifdef _DARWIN_ +#ifdef _DARWIN_ #ifndef __IOS__ -{"_multiprocessing", init_multiprocessing}, +{"_multiprocessing", init_multiprocessing}, {"_scproxy", init_scproxy}, -#endif #endif - +#endif + #ifdef _CYGWIN_ {"_multiprocessing", init_multiprocessing}, #endif @@ -86,7 +86,7 @@ {"_subprocess", init_subprocess}, {"_winreg", init_winreg}, #endif - + #if defined(_x86_) && !defined(_CYGWIN_) || defined(__powerpc__) || defined(__aarch64__) -{"_ctypes", init_ctypes}, -#endif +{"_ctypes", init_ctypes}, +#endif |