]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cleanup:
authorGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 05:34:20 +0000 (05:34 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 05:34:20 +0000 (05:34 +0000)
commit1aa14838d24ae37df51c24cddbb013c1d356ed60
tree1cffe47234d38f07465bc832caca5e5f4e0fbcf9
parent554fa495008323954ef90d021b8fbfbd3fb1882e
Cleanup:
- fix bug in Py_MakePendingCalls() with threading
- fix return type of do_raise
- remove build_slice (same as PySlice_New)
- remove code inside #if 0
- remove code inside #ifdef CHECK_STACK
- remove code inside #ifdef SUPPORT_OBSOLETE_ACCESS
- comment about newimp.py should refer to ni.py
Python/ceval.c