mirror of
https://github.com/python/cpython.git
synced 2024-11-25 09:39:56 +01:00
abe173a225
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! |
||
---|---|---|
.. | ||
bltinmodule.c | ||
ceval.c | ||
cgensupport.c | ||
compile.c | ||
dup2.c | ||
errors.c | ||
fmod.c | ||
frozenmain.c | ||
getcwd.c | ||
getmtime.c | ||
getopt.c | ||
graminit.c | ||
import.c | ||
Makefile.in | ||
marshal.c | ||
memmove.c | ||
modsupport.c | ||
mystrtoul.c | ||
pythonmain.c | ||
pythonrun.c | ||
sigcheck.c | ||
strerror.c | ||
strtod.c | ||
structmember.c | ||
sysmodule.c | ||
thread_cthread.h | ||
thread_foobar.h | ||
thread_lwp.h | ||
thread_pthread.h | ||
thread_sgi.h | ||
thread_solaris.h | ||
thread.c | ||
traceback.c |