summaryrefslogtreecommitdiff
path: root/Include/pystate.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
* Merged revisions 78638 via svnmerge fromVictor Stinner2010-03-211-0/+2
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-121-0/+1
* After approval from Anthony, merge the tim-current_framesTim Peters2006-07-101-0/+5
* Add comments about PyThreadState and the usage of its fields.Brett Cannon2005-06-251-1/+5
* Patch #510695: Add TSC profiling for the VM.Martin v. Löwis2004-06-081-0/+3
* Added a comment about the unreferenced PyThreadState.tick_counterTim Peters2004-03-291-11/+18
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-0/+3
* SF patch #906501: Fix typos in pystate.h commentsRaymond Hettinger2004-03-131-2/+2
* Add PyThreadState_SetAsyncExc(long, PyObject *).Guido van Rossum2003-06-281-0/+4
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+46
* Fixed SF bug #663074. The codec system was using global staticGustavo Niemeyer2003-03-191-0/+4
* - PyEval_GetFrame() is now declared to return a PyFrameObject *Guido van Rossum2003-02-191-1/+3
* Assorted patches from Armin Rigo:Michael W. Hudson2002-11-081-0/+5
* replace thread state objects' ticker and checkinterval fields with twoSkip Montanaro2002-09-031-2/+0
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-15/+15
* Add a low-level API to access interpreters, for David Beazley.Guido van Rossum2001-07-191-0/+7
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-0/+3
* This change adjusts the profiling/tracing support so that the commonFred Drake2001-07-031-0/+1
* Revise the interface to the profiling and tracing support for theFred Drake2001-06-271-2/+13
* Add a new API, PyThreadState_DeleteCurrent() that combinesGuido van Rossum2001-01-231-0/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-37/+37
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* I can't seem to do anything right :-)Guido van Rossum1998-12-211-1/+1
* Add macro version of PyThreadState_GET(). This usesGuido van Rossum1998-12-211-0/+11
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-9/+9
* On second though, NEXITFUNCS should be defined in pythonrun.c and notGuido van Rossum1998-10-011-2/+0
* Move 'dict' struct member to end of struct. This ensures binaryGuido van Rossum1998-04-131-2/+2
* Add dict struct member and PyThreadState_GetDict() prototype.Guido van Rossum1998-04-101-0/+3
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-021-42/+14
* Added Py_PROTO macros for SunOS 4.x /bin/cc.Guido van Rossum1997-05-201-6/+6
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+134