0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 09:39:56 +01:00
cpython/Python
Guido van Rossum abe173a225 Replace intrcheck() by sigcheck() in many places.
In Pythonrun, tirn off SIGPIPE and move signal handlers elsewhere.
In ceval.c, also move locals_2_fast/ fast_2_locals to frameobject.c,
replaced local variable trace by f->f_trace, got rid of unused
mergelocals() and unneeded calls to fast_2_locals, return the variable
name on "fast variable not found", AND use "__call__" method if it
exists to call an inmstance.  Whew!
1994-06-03 15:58:29 +00:00
..
bltinmodule.c
ceval.c
cgensupport.c
compile.c
dup2.c
errors.c
fmod.c
frozenmain.c
getcwd.c
getmtime.c
getopt.c New version handles -o<string> same as -o <string> 1994-04-28 12:33:58 +00:00
graminit.c
import.c
Makefile.in
marshal.c
memmove.c
modsupport.c
mystrtoul.c
pythonmain.c
pythonrun.c
sigcheck.c Replace intrcheck() by sigcheck() in many places. 1994-06-03 15:58:29 +00:00
strerror.c
strtod.c
structmember.c
sysmodule.c
thread_cthread.h ceval.c: dict of local mapping is now a tuple 1994-05-23 12:43:41 +00:00
thread_foobar.h ceval.c: dict of local mapping is now a tuple 1994-05-23 12:43:41 +00:00
thread_lwp.h ceval.c: dict of local mapping is now a tuple 1994-05-23 12:43:41 +00:00
thread_pthread.h ceval.c: dict of local mapping is now a tuple 1994-05-23 12:43:41 +00:00
thread_sgi.h Fix waiting for children -- save ppid in pidlist as well. 1994-05-30 13:39:05 +00:00
thread_solaris.h ceval.c: dict of local mapping is now a tuple 1994-05-23 12:43:41 +00:00
thread.c
traceback.c