]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 16 Nov 2022 16:54:28 +0000 (09:54 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Nov 2022 16:54:28 +0000 (09:54 -0700)
commit01fa907aa8e7c475a76b407f35c635b26c9f47f8
treeedf9fe0b39615dcb616ea11046c39a0c0180a7f0
parent5f55067e238c21de25f09ece9bb24ae8c42d02b4
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)

This is part of the effort to consolidate global variables, to make them easier to manage (and make it easier to later move some of them to PyInterpreterState).

https://github.com/python/cpython/issues/81057
Include/internal/pycore_context.h
Include/internal/pycore_global_objects.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_hamt.h
Include/internal/pycore_runtime_init.h
Python/context.c
Python/hamt.c
Tools/build/generate_global_objects.py
Tools/c-analyzer/cpython/globals-to-fix.tsv