mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Cosmetic change to match the surrounding code. (#18704)
This commit is contained in:
parent
815280eb16
commit
eb47fd58ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue