Staging
v0.5.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 -rw-r--r-- 286 bytes
Python.h -rw-r--r-- 118 bytes
accessobject.h -rw-r--r-- 2.2 KB
allobjects.h -rw-r--r-- 2.4 KB
assert.h -rw-r--r-- 1.6 KB
bitset.h -rw-r--r-- 2.1 KB
bltinmodule.h -rw-r--r-- 1.5 KB
ceval.h -rw-r--r-- 3.2 KB
cgensupport.h -rw-r--r-- 2.0 KB
classobject.h -rw-r--r-- 2.7 KB
compile.h -rw-r--r-- 2.2 KB
config.h -rwxr-xr-x 3.2 KB
dictobject.h -rw-r--r-- 1.8 KB
errcode.h -rw-r--r-- 2.1 KB
errors.h -rwxr-xr-x 2.6 KB
eval.h -rw-r--r-- 1.5 KB
fileobject.h -rw-r--r-- 1.8 KB
floatobject.h -rw-r--r-- 1.8 KB
frameobject.h -rw-r--r-- 3.6 KB
funcobject.h -rw-r--r-- 1.9 KB
graminit.h -rw-r--r-- 1.1 KB
grammar.h -rw-r--r-- 3.2 KB
import.h -rw-r--r-- 1.6 KB
intobject.h -rw-r--r-- 2.8 KB
intrcheck.h -rw-r--r-- 1.4 KB
listobject.h -rw-r--r-- 2.7 KB
longintrepr.h -rw-r--r-- 2.9 KB
longobject.h -rw-r--r-- 1.8 KB
mappingobject.h -rw-r--r-- 2.1 KB
marshal.h -rw-r--r-- 1.6 KB
metagrammar.h -rw-r--r-- 1.5 KB
methodobject.h -rw-r--r-- 1.9 KB
modsupport.h -rw-r--r-- 2.2 KB
moduleobject.h -rw-r--r-- 1.6 KB
mymalloc.h -rw-r--r-- 2.3 KB
myproto.h -rw-r--r-- 1.5 KB
myselect.h -rw-r--r-- 2.4 KB
mytime.h -rw-r--r-- 1.6 KB
node.h -rw-r--r-- 2.1 KB
object.h -rw-r--r-- 14.2 KB
objimpl.h -rw-r--r-- 2.4 KB
opcode.h -rw-r--r-- 4.3 KB
osdefs.h -rw-r--r-- 1.8 KB
parsetok.h -rw-r--r-- 1.7 KB
patchlevel.h -rw-r--r-- 27 bytes
pgenheaders.h -rw-r--r-- 1.7 KB
pyerrors.h -rw-r--r-- 2.6 KB
pythonrun.h -rw-r--r-- 2.1 KB
pythread.h -rw-r--r-- 1.0 KB
rangeobject.h -rw-r--r-- 1.7 KB
rename1.h -rwxr-xr-x 12.6 KB
stringobject.h -rw-r--r-- 2.8 KB
structmember.h -rw-r--r-- 2.8 KB
sysmodule.h -rw-r--r-- 1.6 KB
thread.h -rw-r--r-- 1.0 KB
token.h -rw-r--r-- 2.4 KB
traceback.h -rw-r--r-- 1.5 KB
tupleobject.h -rw-r--r-- 2.5 KB

back to top