Skip to content

Commit

Permalink
Cosmetic change to match the surrounding code. (#18704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Krah committed Feb 29, 2020
1 parent 815280e commit eb47fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_decimal/_decimal.c
Expand Up @@ -128,7 +128,7 @@ static PyObject *tls_context_key = NULL;
/* Invariant: NULL or the most recently accessed thread local context */
static PyDecContextObject *cached_context = NULL;
#else
static PyObject *current_context_var;
static PyObject *current_context_var = NULL;
#endif

/* Template for creating new thread contexts, calling Context() without
Expand Down

0 comments on commit eb47fd5

Please sign in to comment.