]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Cosmetic change to match the surrounding code. (#18704)
authorStefan Krah <skrah@bytereef.org>
Sat, 29 Feb 2020 19:07:48 +0000 (20:07 +0100)
committerGitHub <noreply@github.com>
Sat, 29 Feb 2020 19:07:48 +0000 (20:07 +0100)
Modules/_decimal/_decimal.c

index 617941bc5ec8893caf43a79b6cad2a31cf84129b..b36e30972172de98b41f5748067b2838a19fc82f 100644 (file)
@@ -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