https://github.com/python/cpython
Revision 758b74e71eb22e1e83a9eb937d1c015e461745a1 authored by Eric Snow on 08 December 2021, 01:56:06 UTC, committed by GitHub on 08 December 2021, 01:56:06 UTC
PyInterpreterState_Main() is a plain function exposed in the public C-API. For internal usage we can take the more efficient approach in this PR.

https://bugs.python.org/issue46008
1 parent 1f384e3
History
Tip revision: 758b74e71eb22e1e83a9eb937d1c015e461745a1 authored by Eric Snow on 08 December 2021, 01:56:06 UTC
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Tip revision: 758b74e
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 2.1 KB
.gitignore -rw-r--r-- 2.5 KB
.travis.yml -rw-r--r-- 6.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 94.1 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 653.2 KB
configure.ac -rw-r--r-- 193.9 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 46.9 KB
setup.py -rw-r--r-- 80.5 KB

README.rst

back to top