Staging
v0.8.1
https://github.com/python/cpython
Revision 180d7b4d5588737601b3242d8ce9cab59a75286f authored by Guido van Rossum on 29 September 1994, 09:45:57 UTC, committed by Guido van Rossum on 29 September 1994, 09:45:57 UTC
	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)
1 parent fe3f1a2
History
Tip revision: 180d7b4d5588737601b3242d8ce9cab59a75286f authored by Guido van Rossum on 29 September 1994, 09:45:57 UTC
* Python/ceval.c, Include/ceval.h: promote MakePendingCalls to
Tip revision: 180d7b4
File Mode Size
Makefile.in -rw-r--r-- 2.1 KB
accessobject.c -rw-r--r-- 7.9 KB
classobject.c -rw-r--r-- 25.3 KB
dictobject.c -rw-r--r-- 18.5 KB
fileobject.c -rw-r--r-- 14.0 KB
floatobject.c -rw-r--r-- 9.7 KB
frameobject.c -rw-r--r-- 7.9 KB
funcobject.c -rw-r--r-- 4.6 KB
intobject.c -rw-r--r-- 15.2 KB
listobject.c -rw-r--r-- 13.6 KB
longobject.c -rw-r--r-- 28.9 KB
mappingobject.c -rw-r--r-- 18.5 KB
methodobject.c -rw-r--r-- 4.3 KB
moduleobject.c -rw-r--r-- 3.9 KB
object.c -rw-r--r-- 9.0 KB
rangeobject.c -rw-r--r-- 5.2 KB
stringobject.c -rw-r--r-- 19.4 KB
tupleobject.c -rw-r--r-- 9.8 KB
typeobject.c -rw-r--r-- 1.8 KB
xxobject.c -rw-r--r-- 3.6 KB

back to top