index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
pystate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...
Collin Winter
2007-03-12
1
-0/+1
*
After approval from Anthony, merge the tim-current_frames
Tim Peters
2006-07-10
1
-0/+5
*
Add comments about PyThreadState and the usage of its fields.
Brett Cannon
2005-06-25
1
-1/+5
*
Patch #510695: Add TSC profiling for the VM.
Martin v. Löwis
2004-06-08
1
-0/+3
*
Added a comment about the unreferenced PyThreadState.tick_counter
Tim Peters
2004-03-29
1
-11/+18
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
1
-0/+3
*
SF patch #906501: Fix typos in pystate.h comments
Raymond Hettinger
2004-03-13
1
-2/+2
*
Add PyThreadState_SetAsyncExc(long, PyObject *).
Guido van Rossum
2003-06-28
1
-0/+4
*
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond
2003-04-19
1
-0/+46
*
Fixed SF bug #663074. The codec system was using global static
Gustavo Niemeyer
2003-03-19
1
-0/+4
*
- PyEval_GetFrame() is now declared to return a PyFrameObject *
Guido van Rossum
2003-02-19
1
-1/+3
*
Assorted patches from Armin Rigo:
Michael W. Hudson
2002-11-08
1
-0/+5
*
replace thread state objects' ticker and checkinterval fields with two
Skip Montanaro
2002-09-03
1
-2/+0
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
1
-15/+15
*
Add a low-level API to access interpreters, for David Beazley.
Guido van Rossum
2001-07-19
1
-0/+7
*
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis
2001-07-18
1
-0/+3
*
This change adjusts the profiling/tracing support so that the common
Fred Drake
2001-07-03
1
-0/+1
*
Revise the interface to the profiling and tracing support for the
Fred Drake
2001-06-27
1
-2/+13
*
Add a new API, PyThreadState_DeleteCurrent() that combines
Guido van Rossum
2001-01-23
1
-0/+3
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-08
1
-37/+37
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
I can't seem to do anything right :-)
Guido van Rossum
1998-12-21
1
-1/+1
*
Add macro version of PyThreadState_GET(). This uses
Guido van Rossum
1998-12-21
1
-0/+11
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
1
-9/+9
*
On second though, NEXITFUNCS should be defined in pythonrun.c and not
Guido van Rossum
1998-10-01
1
-2/+0
*
Move 'dict' struct member to end of struct. This ensures binary
Guido van Rossum
1998-04-13
1
-2/+2
*
Add dict struct member and PyThreadState_GetDict() prototype.
Guido van Rossum
1998-04-10
1
-0/+3
*
Mass checkin (more to follow for other directories).
Guido van Rossum
1997-08-02
1
-42/+14
*
Added Py_PROTO macros for SunOS 4.x /bin/cc.
Guido van Rossum
1997-05-20
1
-6/+6
*
Massive changes for separate thread state management.
Guido van Rossum
1997-05-05
1
-0/+134