Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
de9a0d3158df0278d83754740f33276f780cef90
/
Python
/
pystate.c
9e29625
Patch #729300: Disable error message if Python is not built for threads.
by Martin v. Löwis
· 22 years ago
8d98d2c
New PyGILState_ API - implements pep 311, from patch 684256.
by Mark Hammond
· 22 years ago
0fc8f00
- pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()
by Guido van Rossum
· 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
066a8df
missed this one on the previous multi-file checkin - see
by Skip Montanaro
· 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
5755ce6
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
412f246
PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose
by Tim Peters
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
9fb6af9
Removing warnings by gcc -Wall -- cast ugly || to void.
by Moshe Zadka
· 24 years ago
f70ef4f
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
by Thomas Wouters
· 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
1d5ad90
CRITICAL PATCH!
by Guido van Rossum
· 25 years ago
18bc7c2
Make current_tstate a global, _PyThreadState_Current. This is to
by Guido van Rossum
· 26 years ago
ede0439
/* An extension mechanism to store arbitrary additional per-thread state.
by Guido van Rossum
· 27 years ago
22348dc
The warning about thread still having a frame now only happens in verbose mode.
by Guido van Rossum
· 27 years ago
5f896a4
Added missing newline to warning msg
by Guido van Rossum
· 27 years ago
25ce566
The last of the mass checkins for separate (sub)interpreters.
by Guido van Rossum
· 27 years ago
0c88e1f
Remove confusing usage comments at end.
by Guido van Rossum
· 27 years ago
f9cba09
Don't use function prototypes in function definition headers.
by Guido van Rossum
· 27 years ago
a027efa
Massive changes for separate thread state management.
by Guido van Rossum
· 28 years ago