Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5a7ef7e2b56639073759d9b8a33a6c59fb8e4498
/
Python
/
pystate.c
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