We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d286e2a + ec7b0f2 commit 7cd06c6Copy full SHA for 7cd06c6
src/future/types/newobject.py
@@ -37,24 +37,6 @@ def __iter__(self):
37
38
"""
39
40
-import sys
41
-
42
-from future.utils import with_metaclass
43
44
45
-_builtin_object = object
46
-ver = sys.version_info[:2]
47
48
49
-# We no longer define a metaclass for newobject because this breaks multiple
50
-# inheritance and custom metaclass use with this exception:
51
52
-# TypeError: Error when calling the metaclass bases
53
-# metaclass conflict: the metaclass of a derived class must be a
54
-# (non-strict) subclass of the metaclasses of all its bases
55
56
-# See issues #91 and #96.
57
58
59
class newobject(object):
60
0 commit comments