]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace intrcheck() by sigcheck() in many places.
authorGuido van Rossum <guido@python.org>
Fri, 3 Jun 1994 15:58:29 +0000 (15:58 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Jun 1994 15:58:29 +0000 (15:58 +0000)
commitabe173a2255aa56413fd2b0e62b8ca8b314464d0
tree3e345657cb0471c3adf086a5f56e0f1f4ee3daeb
parent169b61295a43ebb08066085d50faeb737ba0f3c1
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!
Python/sigcheck.c [new file with mode: 0644]