]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* classobject.[ch], {float,long,int}object.c, bltinmodule.c:
authorGuido van Rossum <guido@python.org>
Fri, 14 Aug 1992 12:06:52 +0000 (12:06 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Aug 1992 12:06:52 +0000 (12:06 +0000)
commite6eefc22313e7f2da5918ecd608fbb0b7a7a1610
tree2896ab6358835d67083251ca911ff6d29a1138bf
parent70d7a310a9844d1a3f80c110f1acd3d6059939b4
* classobject.[ch], {float,long,int}object.c, bltinmodule.c:
  coercion is now completely generic.
* ceval.c: for instances, don't coerce for + and *; * reverses
  arguments if left one is non-instance numeric and right one sequence.
Include/classobject.h
Include/object.h
Objects/classobject.c
Objects/floatobject.c
Objects/longobject.c
Python/bltinmodule.c
Python/ceval.c