]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 28 Feb 2023 20:14:40 +0000 (13:14 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 20:14:40 +0000 (13:14 -0700)
commitf300a1fa4c121f7807cbda4fc8bb26240c69ea74
tree9920324d344de93f0aecfe1117dc3b53d6257dbf
parentb5ff38243355c06d665ba8245d461a0d82504581
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)

https://github.com/python/cpython/issues/100227
Include/internal/pycore_dtoa.h
Include/internal/pycore_interp.h
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Python/dtoa.c
Python/pystate.c