]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Python/ceval.c, Include/ceval.h: promote MakePendingCalls to
authorGuido van Rossum <guido@python.org>
Thu, 29 Sep 1994 09:45:57 +0000 (09:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Sep 1994 09:45:57 +0000 (09:45 +0000)
commit180d7b4d5588737601b3242d8ce9cab59a75286f
treeb5ac47852aa67c7bf2b1a82eaf0b0117b314e348
parentfe3f1a256bc4f0c359ab843d5de517946916218f
* Python/ceval.c, Include/ceval.h: promote MakePendingCalls to
global: Py_MakePendingCalls.  Also guard against recursive calls

* Include/classobject.h, Objects/classobject.c,
Python/{ceval.c,bltinmodule.c}: entirely redone operator
overloading.  The rules for class instances are now much more
relaxed than for other built-in types
(whose coerce must still return two objects of the same type)
Python/bltinmodule.c
Python/ceval.c