]> 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, 1 Mar 2019 23:50:31 +0000 (16:50 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2019 23:50:31 +0000 (16:50 -0700)
commitbcfa450f210074e16feb761ae5b3e966a2532fcf
treef35f16dc1d0689236065b87ac2a3d65f44c90c91
parent1f24a719e7be5e49b876a5dc7daf21d01ee69faa
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
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