]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)
authorGuido van Rossum <guido@python.org>
Thu, 15 Apr 1993 15:33:52 +0000 (15:33 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 Apr 1993 15:33:52 +0000 (15:33 +0000)
commitacbe8da4f886ad733401631a870ff58f8c0ad9a4
tree648c6b7454c184e30332fc612826fd45f64cd188
parent8a0c3456c2020d1a1f87619c4651e4eab831938a
(I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)

* Makefile: removed superfluous AR=ar, fixed misleading comment.
* ceval.c: fixed debugging code; save/restore errors in locals_2_fast.
* intrcheck.c: for SunOS etc., turn off syscall resumption.
* regexpr.h: bump number of registers to 100.
Modules/regexpr.h
Parser/intrcheck.c
Python/ceval.c