]> granicus.if.org Git - python/commit
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary...
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 15 Mar 2019 22:35:46 +0000 (16:35 -0600)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2019 22:35:46 +0000 (16:35 -0600)
commitc11183cdcff6af13c4339fdcce84ab63f7930ddc
tree947655550e220dc5ddfd5079fa2a92ebdac9dbef
parent842a2f07f2f08a935ef470bfdaeef40f87490cfc
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
12 files changed:
Include/cpython/interpreteridobject.h [new file with mode: 0644]
Include/cpython/pystate.h
Include/internal/pycore_pystate.h
Include/interpreteridobject.h [new file with mode: 0644]
Makefile.pre.in
Modules/_xxsubinterpretersmodule.c
Objects/interpreteridobject.c [new file with mode: 0644]
Objects/object.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/pystate.c
setup.py