diff options
| author | Eric Snow <ericsnowcurrently@gmail.com> | 2019-05-31 21:16:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-31 21:16:47 -0600 |
| commit | 396e0a8d9dc65453cb9d53500d0a620602656cfe (patch) | |
| tree | e960fe3a38051fd3013bae7fd1b788ca94e9aeca /Misc | |
| parent | 1c263e39c4ed28225a7dc8ca1f24953225ac48ca (diff) | |
| download | cpython-git-396e0a8d9dc65453cb9d53500d0a620602656cfe.tar.gz | |
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
https://bugs.python.org/issue36818
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-05-06-14-46-48.bpo-36818.5UDDLj.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-05-06-14-46-48.bpo-36818.5UDDLj.rst b/Misc/NEWS.d/next/Core and Builtins/2019-05-06-14-46-48.bpo-36818.5UDDLj.rst new file mode 100644 index 0000000000..bb6c56a628 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-05-06-14-46-48.bpo-36818.5UDDLj.rst @@ -0,0 +1 @@ +Add PyInterpreterState.runtime (and use it). |
