166 Commits (34de2d312b3687994ddbc29adb66e88f672034c7)

Author SHA1 Message Date
Tim Peters f4e6928c4d Patch 1413181, by Gabriel Becedillas. 20 years ago
Michael W. Hudson ce7da6c5e9 Forward port bugfix: 21 years ago
Michael W. Hudson 188d4366be Fix bug: 21 years ago
Michael W. Hudson 867f2d45cd You can have more than one thread state for a thread if they 21 years ago
Michael W. Hudson 774479c68b Fix: 21 years ago
Guido van Rossum 0f1f63cf07 Close the discussion in SF bug 1069160. 21 years ago
Tim Peters fb1ffb0ebb SF bug 1061968: threads: segfault or Py_FatalError at exit 21 years ago
Tim Peters 89c0ec9beb Revert rev 2.35. It was based on erroneous reasoning -- the current 22 years ago
Tim Peters 8470558a04 PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. 22 years ago
Tim Peters 5c14e6498a PyGILState_Release(): If we need to delete the TLS entry for this thread, 22 years ago
Tim Peters f9becec8cd _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value() 22 years ago
Tim Peters 19717fa33a Style guide & consistency changes. No semantic changes. 22 years ago
Tim Peters 4c1f5ecfe3 Trim trailing whitespace. 22 years ago
Martin v. Löwis f30d60edbc Patch #510695: Add TSC profiling for the VM. 22 years ago
Nicholas Bastin e5662aedef Changed random calls to PyThreadState_Get() to use the macro 22 years ago
Martin v. Löwis f9ce67d65f Initialize thread_id to 0 in unthreaded build. Fixes #770247. 23 years ago
Guido van Rossum b8b6d0c2c6 Add PyThreadState_SetAsyncExc(long, PyObject *). 23 years ago
Martin v. Löwis 9e29625a1b Patch #729300: Disable error message if Python is not built for threads. 23 years ago
Mark Hammond 8d98d2cb95 New PyGILState_ API - implements pep 311, from patch 684256. 23 years ago
Guido van Rossum 0fc8f00252 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() 23 years ago
Gustavo Niemeyer 5ddd4c3f77 Fixed SF bug #663074. The codec system was using global static 23 years ago
Guido van Rossum 6297a7a9fb - PyEval_GetFrame() is now declared to return a PyFrameObject * 23 years ago
Michael W. Hudson 019a78e76d Assorted patches from Armin Rigo: 23 years ago
Skip Montanaro 066a8df3a4 missed this one on the previous multi-file checkin - see 24 years ago
Guido van Rossum f5df46d701 Add a low-level API to access interpreters, for David Beazley. 25 years ago
Martin v. Löwis f0473d511b Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. 25 years ago
Fred Drake 9e3ad78444 This change adjusts the profiling/tracing support so that the common 25 years ago
Fred Drake 5755ce693d Revise the interface to the profiling and tracing support for the 25 years ago
Guido van Rossum 2975786dec Add a new API, PyThreadState_DeleteCurrent() that combines 25 years ago
Tim Peters 412f246024 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Moshe Zadka 9fb6af9640 Removing warnings by gcc -Wall -- cast ugly || to void. 26 years ago
Thomas Wouters f70ef4f860 Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 1d5ad90c1c CRITICAL PATCH! 27 years ago
Guido van Rossum 18bc7c2276 Make current_tstate a global, _PyThreadState_Current. This is to 27 years ago
Guido van Rossum ede0439cd8 /* An extension mechanism to store arbitrary additional per-thread state. 28 years ago
Guido van Rossum 22348dc0e1 The warning about thread still having a frame now only happens in 29 years ago
Guido van Rossum 5f896a4de0 Added missing newline to warning msg 29 years ago
Guido van Rossum 25ce566661 The last of the mass checkins for separate (sub)interpreters. 29 years ago
Guido van Rossum 0c88e1fd96 Remove confusing usage comments at end. 29 years ago
Guido van Rossum f9cba090f9 Don't use function prototypes in function definition headers. 29 years ago
Guido van Rossum a027efa5bf Massive changes for separate thread state management. 29 years ago