]> granicus.if.org Git - python/commit
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 23 Feb 2019 18:35:52 +0000 (11:35 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Feb 2019 18:35:52 +0000 (11:35 -0700)
commitbe3b295838547bba267eb08434b418ef0df87ee0
tree8daa92ecd7088d6ace08833f64ba2251be9b310f
parent175421b58cc97a2555e474f479f30a6c5d2250b0
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)

Move PyInterpreterState into the "internal" header files.
Doc/whatsnew/3.8.rst
Include/cpython/pystate.h
Include/internal/pycore_pystate.h
Include/pystate.h
Misc/NEWS.d/next/Core and Builtins/2019-02-01-18-12-14.bpo-35886.0Z-C0V.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Programs/_testembed.c
Python/pystate.c