mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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
This commit is contained in:
parent
5f55067e23
commit
01fa907aa8
9 changed files with 82 additions and 90 deletions
|
@ -298,14 +298,6 @@ Objects/setobject.c - _dummy_struct -
|
|||
Objects/setobject.c - _PySet_Dummy -
|
||||
Objects/sliceobject.c - _Py_EllipsisObject -
|
||||
|
||||
#-----------------------
|
||||
# other
|
||||
|
||||
# initialized once
|
||||
Python/context.c - _token_missing -
|
||||
Python/hamt.c - _empty_bitmap_node -
|
||||
Python/hamt.c - _empty_hamt -
|
||||
|
||||
|
||||
##################################
|
||||
# global non-objects to fix in core code
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue