From: <pj...@us...> - 2009-09-09 03:47:32
|
Revision: 6770 http://jython.svn.sourceforge.net/jython/?rev=6770&view=rev Author: pjenvey Date: 2009-09-09 03:47:22 +0000 (Wed, 09 Sep 2009) Log Message: ----------- regen per r6769 Modified Paths: -------------- trunk/jython/src/org/python/antlr/ast/AssertDerived.java trunk/jython/src/org/python/antlr/ast/AssignDerived.java trunk/jython/src/org/python/antlr/ast/AttributeDerived.java trunk/jython/src/org/python/antlr/ast/AugAssignDerived.java trunk/jython/src/org/python/antlr/ast/BinOpDerived.java trunk/jython/src/org/python/antlr/ast/BoolOpDerived.java trunk/jython/src/org/python/antlr/ast/BreakDerived.java trunk/jython/src/org/python/antlr/ast/CallDerived.java trunk/jython/src/org/python/antlr/ast/ClassDefDerived.java trunk/jython/src/org/python/antlr/ast/CompareDerived.java trunk/jython/src/org/python/antlr/ast/ContinueDerived.java trunk/jython/src/org/python/antlr/ast/DeleteDerived.java trunk/jython/src/org/python/antlr/ast/DictDerived.java trunk/jython/src/org/python/antlr/ast/EllipsisDerived.java trunk/jython/src/org/python/antlr/ast/ExceptHandlerDerived.java trunk/jython/src/org/python/antlr/ast/ExecDerived.java trunk/jython/src/org/python/antlr/ast/ExprDerived.java trunk/jython/src/org/python/antlr/ast/ExpressionDerived.java trunk/jython/src/org/python/antlr/ast/ExtSliceDerived.java trunk/jython/src/org/python/antlr/ast/ForDerived.java trunk/jython/src/org/python/antlr/ast/FunctionDefDerived.java trunk/jython/src/org/python/antlr/ast/GeneratorExpDerived.java trunk/jython/src/org/python/antlr/ast/GlobalDerived.java trunk/jython/src/org/python/antlr/ast/IfDerived.java trunk/jython/src/org/python/antlr/ast/IfExpDerived.java trunk/jython/src/org/python/antlr/ast/ImportDerived.java trunk/jython/src/org/python/antlr/ast/ImportFromDerived.java trunk/jython/src/org/python/antlr/ast/IndexDerived.java trunk/jython/src/org/python/antlr/ast/InteractiveDerived.java trunk/jython/src/org/python/antlr/ast/LambdaDerived.java trunk/jython/src/org/python/antlr/ast/ListCompDerived.java trunk/jython/src/org/python/antlr/ast/ListDerived.java trunk/jython/src/org/python/antlr/ast/ModuleDerived.java trunk/jython/src/org/python/antlr/ast/NameDerived.java trunk/jython/src/org/python/antlr/ast/NumDerived.java trunk/jython/src/org/python/antlr/ast/PassDerived.java trunk/jython/src/org/python/antlr/ast/PrintDerived.java trunk/jython/src/org/python/antlr/ast/RaiseDerived.java trunk/jython/src/org/python/antlr/ast/ReprDerived.java trunk/jython/src/org/python/antlr/ast/ReturnDerived.java trunk/jython/src/org/python/antlr/ast/SliceDerived.java trunk/jython/src/org/python/antlr/ast/StrDerived.java trunk/jython/src/org/python/antlr/ast/SubscriptDerived.java trunk/jython/src/org/python/antlr/ast/SuiteDerived.java trunk/jython/src/org/python/antlr/ast/TryExceptDerived.java trunk/jython/src/org/python/antlr/ast/TryFinallyDerived.java trunk/jython/src/org/python/antlr/ast/TupleDerived.java trunk/jython/src/org/python/antlr/ast/UnaryOpDerived.java trunk/jython/src/org/python/antlr/ast/WhileDerived.java trunk/jython/src/org/python/antlr/ast/WithDerived.java trunk/jython/src/org/python/antlr/ast/YieldDerived.java trunk/jython/src/org/python/antlr/ast/aliasDerived.java trunk/jython/src/org/python/antlr/ast/argumentsDerived.java trunk/jython/src/org/python/antlr/ast/comprehensionDerived.java trunk/jython/src/org/python/antlr/ast/keywordDerived.java trunk/jython/src/org/python/antlr/op/AddDerived.java trunk/jython/src/org/python/antlr/op/AndDerived.java trunk/jython/src/org/python/antlr/op/AugLoadDerived.java trunk/jython/src/org/python/antlr/op/AugStoreDerived.java trunk/jython/src/org/python/antlr/op/BitAndDerived.java trunk/jython/src/org/python/antlr/op/BitOrDerived.java trunk/jython/src/org/python/antlr/op/BitXorDerived.java trunk/jython/src/org/python/antlr/op/DelDerived.java trunk/jython/src/org/python/antlr/op/DivDerived.java trunk/jython/src/org/python/antlr/op/EqDerived.java trunk/jython/src/org/python/antlr/op/FloorDivDerived.java trunk/jython/src/org/python/antlr/op/GtDerived.java trunk/jython/src/org/python/antlr/op/GtEDerived.java trunk/jython/src/org/python/antlr/op/InDerived.java trunk/jython/src/org/python/antlr/op/InvertDerived.java trunk/jython/src/org/python/antlr/op/IsDerived.java trunk/jython/src/org/python/antlr/op/IsNotDerived.java trunk/jython/src/org/python/antlr/op/LShiftDerived.java trunk/jython/src/org/python/antlr/op/LoadDerived.java trunk/jython/src/org/python/antlr/op/LtDerived.java trunk/jython/src/org/python/antlr/op/LtEDerived.java trunk/jython/src/org/python/antlr/op/ModDerived.java trunk/jython/src/org/python/antlr/op/MultDerived.java trunk/jython/src/org/python/antlr/op/NotDerived.java trunk/jython/src/org/python/antlr/op/NotEqDerived.java trunk/jython/src/org/python/antlr/op/NotInDerived.java trunk/jython/src/org/python/antlr/op/OrDerived.java trunk/jython/src/org/python/antlr/op/ParamDerived.java trunk/jython/src/org/python/antlr/op/PowDerived.java trunk/jython/src/org/python/antlr/op/RShiftDerived.java trunk/jython/src/org/python/antlr/op/StoreDerived.java trunk/jython/src/org/python/antlr/op/SubDerived.java trunk/jython/src/org/python/antlr/op/UAddDerived.java trunk/jython/src/org/python/antlr/op/USubDerived.java trunk/jython/src/org/python/core/ClasspathPyImporterDerived.java trunk/jython/src/org/python/core/PyArrayDerived.java trunk/jython/src/org/python/core/PyBaseExceptionDerived.java trunk/jython/src/org/python/core/PyBooleanDerived.java trunk/jython/src/org/python/core/PyClassMethodDerived.java trunk/jython/src/org/python/core/PyComplexDerived.java trunk/jython/src/org/python/core/PyDictionaryDerived.java trunk/jython/src/org/python/core/PyEnumerateDerived.java trunk/jython/src/org/python/core/PyFileDerived.java trunk/jython/src/org/python/core/PyFloatDerived.java trunk/jython/src/org/python/core/PyFrozenSetDerived.java trunk/jython/src/org/python/core/PyIntegerDerived.java trunk/jython/src/org/python/core/PyListDerived.java trunk/jython/src/org/python/core/PyLongDerived.java trunk/jython/src/org/python/core/PyModuleDerived.java trunk/jython/src/org/python/core/PyObjectDerived.java trunk/jython/src/org/python/core/PyPropertyDerived.java trunk/jython/src/org/python/core/PySetDerived.java trunk/jython/src/org/python/core/PySliceDerived.java trunk/jython/src/org/python/core/PyStringDerived.java trunk/jython/src/org/python/core/PySuperDerived.java trunk/jython/src/org/python/core/PyTupleDerived.java trunk/jython/src/org/python/core/PyTypeDerived.java trunk/jython/src/org/python/core/PyUnicodeDerived.java trunk/jython/src/org/python/modules/_collections/PyDefaultDictDerived.java trunk/jython/src/org/python/modules/_collections/PyDequeDerived.java trunk/jython/src/org/python/modules/_csv/PyDialectDerived.java trunk/jython/src/org/python/modules/_functools/PyPartialDerived.java trunk/jython/src/org/python/modules/_weakref/ReferenceTypeDerived.java trunk/jython/src/org/python/modules/random/PyRandomDerived.java trunk/jython/src/org/python/modules/thread/PyLocalDerived.java trunk/jython/src/org/python/modules/zipimport/zipimporterDerived.java Modified: trunk/jython/src/org/python/antlr/ast/AssertDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/AssertDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/AssertDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/AssignDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/AssignDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/AssignDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/AttributeDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/AttributeDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/AttributeDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/AugAssignDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/AugAssignDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/AugAssignDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/BinOpDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/BinOpDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/BinOpDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/BoolOpDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/BoolOpDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/BoolOpDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/BreakDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/BreakDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/BreakDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/CallDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/CallDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/CallDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ClassDefDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ClassDefDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ClassDefDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/CompareDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/CompareDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/CompareDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ContinueDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ContinueDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ContinueDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/DeleteDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/DeleteDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/DeleteDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/DictDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/DictDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/DictDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/EllipsisDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/EllipsisDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/EllipsisDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ExceptHandlerDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ExceptHandlerDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ExceptHandlerDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ExecDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ExecDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ExecDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ExprDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ExprDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ExprDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ExpressionDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ExpressionDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ExpressionDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ExtSliceDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ExtSliceDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ExtSliceDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ForDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ForDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ForDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/FunctionDefDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/FunctionDefDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/FunctionDefDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/GeneratorExpDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/GeneratorExpDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/GeneratorExpDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/GlobalDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/GlobalDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/GlobalDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/IfDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/IfDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/IfDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/IfExpDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/IfExpDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/IfExpDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ImportDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ImportDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ImportDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ImportFromDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ImportFromDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ImportFromDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/IndexDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/IndexDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/IndexDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/InteractiveDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/InteractiveDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/InteractiveDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/LambdaDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/LambdaDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/LambdaDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ListCompDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ListCompDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ListCompDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ListDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ListDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ListDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ModuleDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ModuleDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ModuleDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/NameDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/NameDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/NameDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/NumDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/NumDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/NumDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/PassDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/PassDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/PassDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/PrintDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/PrintDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/PrintDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/RaiseDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/RaiseDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/RaiseDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ReprDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ReprDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ReprDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/ReturnDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/ReturnDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/ReturnDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/SliceDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/SliceDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/SliceDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/StrDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/StrDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/StrDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/SubscriptDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/SubscriptDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/SubscriptDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/SuiteDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/SuiteDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/SuiteDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/TryExceptDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/TryExceptDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/TryExceptDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/TryFinallyDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/TryFinallyDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/TryFinallyDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/TupleDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/TupleDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/TupleDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/UnaryOpDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/UnaryOpDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/UnaryOpDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/WhileDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/WhileDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/WhileDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/WithDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/WithDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/WithDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/YieldDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/YieldDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/YieldDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/aliasDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/aliasDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/aliasDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/argumentsDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/argumentsDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/argumentsDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/comprehensionDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/comprehensionDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/comprehensionDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/ast/keywordDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/ast/keywordDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/ast/keywordDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/AddDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/AddDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/AddDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/AndDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/AndDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/AndDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/AugLoadDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/AugLoadDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/AugLoadDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/AugStoreDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/AugStoreDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/AugStoreDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/BitAndDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/BitAndDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/BitAndDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/BitOrDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/BitOrDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/BitOrDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/BitXorDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/BitXorDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/BitXorDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/DelDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/DelDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/DelDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/DivDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/DivDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/DivDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/EqDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/EqDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/EqDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/FloorDivDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/FloorDivDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/FloorDivDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/GtDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/GtDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/GtDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/GtEDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/GtEDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/GtEDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/InDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/InDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/InDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/InvertDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/InvertDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/InvertDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/IsDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/IsDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/IsDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/IsNotDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/IsNotDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/IsNotDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/LShiftDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/LShiftDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/LShiftDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/LoadDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/LoadDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/LoadDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/LtDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/LtDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/LtDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If the derived type don't override __cmp__, the Modified: trunk/jython/src/org/python/antlr/op/LtEDerived.java =================================================================== --- trunk/jython/src/org/python/antlr/op/LtEDerived.java 2009-09-09 03:45:43 UTC (rev 6769) +++ trunk/jython/src/org/python/antlr/op/LtEDerived.java 2009-09-09 03:47:22 UTC (rev 6770) @@ -768,7 +768,7 @@ public int __cmp__(PyObject other) { PyType self_type=getType(); - PyType[]where_type=new PyType[1]; + PyObject[]where_type=new PyObject[1]; PyObject impl=self_type.lookup_where("__cmp__",where_type); // Full Compatibility with CPython __cmp__: // If ... [truncated message content] |