summaryrefslogtreecommitdiffstats
path: root/Include/pystate.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #17522: Add the PyGILState_Check() API.Kristján Valur Jónsson2013-03-231-0/+5
* Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-051-0/+3
* Issue #15042: Add PyState_AddModule and PyState_RemoveModule.Martin v. Löwis2012-06-221-0/+5
* Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.Brett Cannon2012-04-291-1/+0
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+2
* #10741: merge with 3.2Sandro Tosi2011-08-071-1/+1
|\
| * #10741: add documentation for PyGILState_GetThisThreadState()Sandro Tosi2011-08-071-1/+1
| * Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-0/+1
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
|\ \ | |/
| * Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
* | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-0/+1
* | PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() areVictor Stinner2011-04-261-3/+7
|/
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+19
* Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-031-2/+5
* Merged revisions 78638 via svnmerge fromVictor Stinner2010-03-031-0/+2
* Merge in the new GIL.Antoine Pitrou2009-11-101-0/+2
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-301-0/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-0/+3
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-0/+4