cpython/Python
Guido van Rossum b8b6d0c2c6 Add PyThreadState_SetAsyncExc(long, PyObject *).
A new API (only accessible from C) to interrupt a thread by sending it
an exception.  This is not always effective, but might help some people.
Requested by Just van Rossum and Alex Martelli.  It is intentional
that you have to write your own C extension to call it from Python.

Docs will have to wait.
2003-06-28 21:53:52 +00:00
..
.cvsignore
atof.c
bltinmodule.c some more error-message enhancements 2003-04-23 13:34:35 +00:00
ceval.c Add PyThreadState_SetAsyncExc(long, PyObject *). 2003-06-28 21:53:52 +00:00
codecs.c Fixed SF bug #663074. The codec system was using global static 2003-03-19 00:35:36 +00:00
compile.c Removed bytecode transformation for sequence packing/unpacking. 2003-06-20 16:13:17 +00:00
dup2.c
dynload_aix.c Include Python.h first which defines _XOPEN_SOURCE 2003-03-22 16:35:37 +00:00
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_mac.c
dynload_next.c Squashed compiler warnings by adding casts, making sure prototypes are in 2002-12-23 21:03:36 +00:00
dynload_os2.c
dynload_shlib.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
dynload_stub.c
dynload_win.c
errors.c PyErr_NormalizeException(): in the type==NULL test, we should simply 2003-04-10 20:29:48 +00:00
exceptions.c Remove unused variables. 2003-02-24 15:33:31 +00:00
fmod.c
frozen.c
frozenmain.c
future.c
getargs.c Patch #684981: Add cleanup capability for argument parsers. Fixes 501716. 2003-05-03 10:00:22 +00:00
getcompiler.c
getcopyright.c Another copyright update. (JvR: can you backport this to the 2.3a1 2003-01-02 16:27:15 +00:00
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c Don't use the module object setattr when importing submodules. Instead, 2003-06-16 21:03:07 +00:00
importdl.c
importdl.h PEP 302 + zipimport: 2002-12-30 22:08:05 +00:00
mactoolboxglue.c Added functions CFObj_New and CFObj_Convert, general functions to convert 2003-05-27 21:39:58 +00:00
marshal.c
memmove.c
modsupport.c Better error message 2003-06-21 21:35:25 +00:00
mysnprintf.c
mystrtoul.c
pyfpe.c
pystate.c Add PyThreadState_SetAsyncExc(long, PyObject *). 2003-06-28 21:53:52 +00:00
pythonrun.c PyGILState cleanup was too early - destructors called via module cleanup may use the API. 2003-04-22 11:18:00 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c Fix for SF [ 734869 ] Lambda functions in list comprehensions 2003-05-21 17:34:50 +00:00
sysmodule.c Patch #612627: Add encoding attribute to file objects, and determine 2003-05-10 07:10:12 +00:00
thread.c New PyGILState_ API - implements pep 311, from patch 684256. 2003-04-19 15:41:53 +00:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h Patch #716969: Detect thread creation failure. Will backport to 2.2. 2003-04-19 07:44:52 +00:00
thread_sgi.h New PyGILState_ API - implements pep 311, from patch 684256. 2003-04-19 15:41:53 +00:00
thread_solaris.h Patch #716969: Detect thread creation failure. Will backport to 2.2. 2003-04-19 07:44:52 +00:00
thread_wince.h
traceback.c After the removal of SET_LINENO, PyCode_Addr2Line has always been 2003-02-22 13:07:53 +00:00