]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40241: Add pycore_interp.h header (GH-19499)
authorVictor Stinner <vstinner@python.org>
Mon, 13 Apr 2020 10:47:17 +0000 (12:47 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2020 10:47:17 +0000 (12:47 +0200)
commit0c13e1f96a9487e0efe63c3d3a05ff9738bd7dac
tree64aa99711d126cb0b94aff8c59ad40bb7ffba8d1
parent1c4cbdf94dbb4a6ac1093d2fa7a75efa802b25bc
bpo-40241: Add pycore_interp.h header (GH-19499)

Move PyInterpreterState and related functions to a new internal
pycore_interp.h header file.
Include/internal/pycore_interp.h [new file with mode: 0644]
Include/internal/pycore_pystate.h
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters