Opened 18 years ago
Closed 18 years ago
#5444 closed (fixed)
manipulators.py: Dynamically created classes should be types
Description ¶
It's a obscure thing, but dynamic manipulator classes should be created using type, not types.ClassType, as it bases are new-style classes.
It may work on CPython, but Jython doesn't like this mismatch.
Change History (4)
by , 18 years ago
Attachment: | new-style-classes_are_types.patch added |
---|
comment:1 by , 18 years ago
Keywords: | jython added |
---|
comment:2 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch