summaryrefslogtreecommitdiffstats
path: root/Include/pystate.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)Victor Stinner2017-11-241-4/+5
* bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)Victor Stinner2017-11-231-1/+4
* bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)Victor Stinner2017-11-231-3/+3
* bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)Victor Stinner2017-11-221-2/+7
* bpo-32030: Add more options to _PyCoreConfig (#4485)Victor Stinner2017-11-211-8/+12
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-211-1/+3
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-161-1/+12
* Fix trailing whitespaces in C files. (#4130)Serhiy Storchaka2017-10-261-2/+2
* bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)pdox2017-10-261-0/+2
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-221-3/+24
* bpo-30860: Fix a refleak. (#3567)Eric Snow2017-09-141-2/+0
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-141-0/+3
* bpo-30860: Fix a refleak. (#3506)Eric Snow2017-09-121-2/+0
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-081-14/+16
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-081-1/+6
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-4/+0
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-061-16/+14
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-061-14/+16
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-041-1/+0
* bpo-30604: clean up co_extra support (#2144)Dino Viehland2017-06-211-3/+4
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-271-0/+5
* bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)Eric Snow2017-05-241-0/+13
* bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)Eric Snow2017-05-241-0/+11
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-231-0/+1
* bpo-29102: Add a unique ID to PyInterpreterState. (#1639)Eric Snow2017-05-231-0/+9
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-2/+2
* Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-0/+10
* remove ceval timestamp supportBenjamin Peterson2016-09-091-3/+0
* Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-091-0/+3
* Add the co_extra field and accompanying APIs to code objects.Brett Cannon2016-09-071-0/+7
* Implement the frame evaluation API aspect of PEP 523.Brett Cannon2016-09-051-2/+5
* Issue #22557: Now importing already imported modules is up to 2.5 times faster.Serhiy Storchaka2016-08-021-0/+1
* Merge 3.5 (pystate.h)Victor Stinner2016-03-251-2/+0
|\
| * pystate.h: fix _PyThreadState_UncheckedGet()Victor Stinner2016-03-241-2/+0
* | faulthandler now works in non-Python threadsVictor Stinner2016-03-161-4/+12
* | Add more checks on the GILVictor Stinner2016-03-141-0/+4
|/
* Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-0/+10
* Issue #25150: Hide the private _Py_atomic_xxx symbols from the publicVictor Stinner2015-09-181-12/+5
* Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefullyYury Selivanov2015-06-021-0/+1
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-0/+2
* Issue #23644: Fix issues with C++ when compiling Python extensionsVictor Stinner2015-03-171-3/+7
* Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-101-1/+1
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-0/+2
* Close #19199: Remove ``PyThreadState.tick_counter`` fieldVictor Stinner2013-10-091-10/+0
* Issue #18808: Thread.join() now waits for the underlying thread state to be d...Antoine Pitrou2013-09-071-0/+26
* Issue #10241: Clear extension module dict copies at interpreter shutdown.Antoine Pitrou2013-08-101-0/+3
* Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deall...Antoine Pitrou2013-08-021-3/+0
* Issue #10241: Clear extension module dict copies at interpreter shutdown.Antoine Pitrou2013-08-011-0/+3
* Issue #17912: Use a doubly linked-list for thread states.Charles-Francois Natali2013-05-081-0/+1
* Issue #17094: Clear stale thread states after fork().Antoine Pitrou2013-05-051-0/+1