]> granicus.if.org Git - python/commit
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 1 Jun 2019 03:16:47 +0000 (21:16 -0600)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2019 03:16:47 +0000 (21:16 -0600)
commit396e0a8d9dc65453cb9d53500d0a620602656cfe
treee960fe3a38051fd3013bae7fd1b788ca94e9aeca
parent1c263e39c4ed28225a7dc8ca1f24953225ac48ca
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)

https://bugs.python.org/issue36818
Include/cpython/pystate.h
Include/internal/pycore_object.h
Include/internal/pycore_pylifecycle.h
Include/internal/pycore_pystate.h
Misc/NEWS.d/next/Core and Builtins/2019-05-06-14-46-48.bpo-36818.5UDDLj.rst [new file with mode: 0644]
Modules/_threadmodule.c
Python/ceval.c
Python/import.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c