]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* bltinmodule.c: added built-in function cmp(a, b)
authorGuido van Rossum <guido@python.org>
Sun, 18 Oct 1992 18:53:57 +0000 (18:53 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 18 Oct 1992 18:53:57 +0000 (18:53 +0000)
commita9e7dc10816dcf5eda63d3ef00930ef9d55e0675
tree5454bc7a52a71fe9639ec7f0cef856c413b25157
parent2db91358def94cf8081f27b736988320d14eba39
* bltinmodule.c: added built-in function cmp(a, b)

* flmodule.c: added {do,check}_only_forms to fl's list of functions;
  and don't print a message when an unknown object is returned.

* pythonrun.c: catch SIGHUP and SIGTERM to do essential cleanup.

* Made jpegmodule.c smaller by using getargs() and mkvalue() consistently.

* Increased parser stack size to 500 in parser.h.

* Implemented custom allocation of stack frames to frameobject.c and
  added dynamic stack overflow checks (value stack only) to ceval.c.
  (There seems to be a bug left: sometimes stack traces don't make sense.)
Include/frameobject.h
Modules/flmodule.c
Objects/frameobject.c
Parser/parser.h
Python/bltinmodule.c
Python/ceval.c
Python/pythonrun.c