Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
236ffba40005039cfbc0bd7475345ef7fedf86c5
/
Include
/
pystate.h
b8b6d0c
Add PyThreadState_SetAsyncExc(long, PyObject *).
by Guido van Rossum
· 21 years ago
8d98d2c
New PyGILState_ API - implements pep 311, from patch 684256.
by Mark Hammond
· 22 years ago
5ddd4c3
Fixed SF bug #663074. The codec system was using global static
by Gustavo Niemeyer
· 22 years ago
6297a7a
- PyEval_GetFrame() is now declared to return a PyFrameObject *
by Guido van Rossum
· 22 years ago
019a78e
Assorted patches from Armin Rigo:
by Michael W. Hudson
· 22 years ago
d581d77
replace thread state objects' ticker and checkinterval fields with two
by Skip Montanaro
· 22 years ago
91a681d
Excise DL_EXPORT from Include.
by Mark Hammond
· 22 years ago
f5df46d
Add a low-level API to access interpreters, for David Beazley. SF patch #436376.
by Guido van Rossum
· 23 years ago
f0473d5
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
by Martin v. Löwis
· 23 years ago
9e3ad78
This change adjusts the profiling/tracing support so that the common
by Fred Drake
· 23 years ago
55fb6e0
Revise the interface to the profiling and tracing support for the
by Fred Drake
· 23 years ago
2975786
Add a new API, PyThreadState_DeleteCurrent() that combines
by Guido van Rossum
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
5eb6d4e
ANSI-fication and Py_PROTO extermination.
by Fred Drake
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
a8b47fe
I can't seem to do anything right :-)
by Guido van Rossum
· 26 years ago
275ea67
Add macro version of PyThreadState_GET(). This uses
by Guido van Rossum
· 26 years ago
43466ec
Add DL_IMPORT(returntype) for all officially exported functions.
by Guido van Rossum
· 26 years ago
2c69336
On second though, NEXITFUNCS should be defined in pythonrun.c and not
by Guido van Rossum
· 26 years ago
ee0a63b
Move 'dict' struct member to end of struct. This ensures binary
by Guido van Rossum
· 27 years ago
204751b
Add dict struct member and PyThreadState_GetDict() prototype.
by Guido van Rossum
· 27 years ago
29e46a9
Mass checkin (more to follow for other directories).
by Guido van Rossum
· 27 years ago
59943ba
Added Py_PROTO macros for SunOS 4.x /bin/cc.
by Guido van Rossum
· 27 years ago
a027efa
Massive changes for separate thread state management.
by Guido van Rossum
· 28 years ago