]> granicus.if.org Git - python/commit
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 15 Mar 2019 23:47:43 +0000 (17:47 -0600)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2019 23:47:43 +0000 (17:47 -0600)
commitd2fdd1fedf6b9dc785cf5025b548a989faed089a
treefad1d8a72d9dea315758219cd5f1122ba0d0a87a
parentc11183cdcff6af13c4339fdcce84ab63f7930ddc
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Doc/c-api/init.rst
Include/internal/pycore_pystate.h
Include/pystate.h
Misc/NEWS.d/next/Core and Builtins/2019-03-01-13-48-01.bpo-36124.Blzxq1.rst [new file with mode: 0644]
Python/pystate.c