summaryrefslogtreecommitdiffstats
path: root/Include/internal/pystate.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...Eric Snow2018-02-171-0/+4
* bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...Eric Snow2018-01-301-0/+78
* bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)Marcel Plch2017-12-201-1/+0
* bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)Victor Stinner2017-12-141-1/+1
* bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)Victor Stinner2017-12-051-17/+3
* Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner2017-12-041-1/+28
* bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka2017-12-021-28/+1
* bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)Victor Stinner2017-12-021-1/+24
* bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner2017-12-011-0/+4
* bpo-32030: Cleanup "path config" code (#4663)Victor Stinner2017-12-011-0/+16
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-241-2/+0
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-161-1/+1
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-1/+7
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-1/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-081-0/+92