aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Lib/_pydecimal.py
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-02-10 16:44:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:39 +0300
commite9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch)
tree64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/tools/python3/src/Lib/_pydecimal.py
parent2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff)
downloadydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python3/src/Lib/_pydecimal.py')
-rw-r--r--contrib/tools/python3/src/Lib/_pydecimal.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/tools/python3/src/Lib/_pydecimal.py b/contrib/tools/python3/src/Lib/_pydecimal.py
index 942cfa405a..ab989e5206 100644
--- a/contrib/tools/python3/src/Lib/_pydecimal.py
+++ b/contrib/tools/python3/src/Lib/_pydecimal.py
@@ -140,11 +140,11 @@ __all__ = [
# Limits for the C version for compatibility
'MAX_PREC', 'MAX_EMAX', 'MIN_EMIN', 'MIN_ETINY',
- # C version: compile time choice that enables the thread local context (deprecated, now always true)
- 'HAVE_THREADS',
-
- # C version: compile time choice that enables the coroutine local context
- 'HAVE_CONTEXTVAR'
+ # C version: compile time choice that enables the thread local context (deprecated, now always true)
+ 'HAVE_THREADS',
+
+ # C version: compile time choice that enables the coroutine local context
+ 'HAVE_CONTEXTVAR'
]
__xname__ = __name__ # sys.modules lookup (--without-threads)
@@ -175,7 +175,7 @@ ROUND_05UP = 'ROUND_05UP'
# Compatibility with the C version
HAVE_THREADS = True
-HAVE_CONTEXTVAR = True
+HAVE_CONTEXTVAR = True
if sys.maxsize == 2**63-1:
MAX_PREC = 999999999999999999
MAX_EMAX = 999999999999999999