We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815280e commit eb47fd5Copy full SHA for eb47fd5
Modules/_decimal/_decimal.c
@@ -128,7 +128,7 @@ static PyObject *tls_context_key = NULL;
128
/* Invariant: NULL or the most recently accessed thread local context */
129
static PyDecContextObject *cached_context = NULL;
130
#else
131
-static PyObject *current_context_var;
+static PyObject *current_context_var = NULL;
132
#endif
133
134
/* Template for creating new thread contexts, calling Context() without
0 commit comments