diff options
author | Stefan Krah <skrah@bytereef.org> | 2020-02-29 18:43:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 18:43:42 (GMT) |
commit | 815280eb160af637e1347213659f9236adf78f80 (patch) | |
tree | ecb6e85f7e8cec204316d3bfb82289a3724a173d /pyconfig.h.in | |
parent | 0aeab5c4381f0cc11479362af2533b3a391312ac (diff) | |
download | cpython-815280eb160af637e1347213659f9236adf78f80.zip cpython-815280eb160af637e1347213659f9236adf78f80.tar.gz cpython-815280eb160af637e1347213659f9236adf78f80.tar.bz2 |
bpo-39794: Add --without-decimal-contextvar (#18702)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index b560213..2a72e9e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1512,6 +1512,10 @@ /* Define if WINDOW in curses.h offers a field _flags. */ #undef WINDOW_HAS_FLAGS +/* Define if you want build the _decimal module using a coroutine-local rather + than a thread-local context */ +#undef WITH_DECIMAL_CONTEXTVAR + /* Define if you want documentation strings in extension modules */ #undef WITH_DOC_STRINGS |