From: Stefan Krah Date: Sat, 29 Feb 2020 19:07:48 +0000 (+0100) Subject: Cosmetic change to match the surrounding code. (#18704) X-Git-Tag: v3.9.0a5~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb47fd58ab6483857661aa0822986538a68aa0e5;p=thirdparty%2FPython%2Fcpython.git Cosmetic change to match the surrounding code. (#18704) --- diff --git a/Modules/_decimal/_decimal.c b/Modules/_decimal/_decimal.c index 617941bc5ec8..b36e30972172 100644 --- a/Modules/_decimal/_decimal.c +++ b/Modules/_decimal/_decimal.c @@ -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