commit | abe173a2255aa56413fd2b0e62b8ca8b314464d0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jun 03 15:58:29 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jun 03 15:58:29 1994 +0000 |
tree | 3e345657cb0471c3adf086a5f56e0f1f4ee3daeb | |
parent | 169b61295a43ebb08066085d50faeb737ba0f3c1 [diff] |
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!