Opened 17 years ago
Closed 17 years ago
#5444 closed (fixed)
manipulators.py: Dynamically created classes should be types
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | jython | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | new-style-classes_are_types.patch added |
---|
comment:1 by , 17 years ago
Keywords: | jython added |
---|
comment:2 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch