Opened 17 years ago
Closed 17 years ago
#5664 closed (fixed)
django.dispatch.saferef doesn't work on Jython
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | jython | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
BoundMethodWeakref assumes that methods are descriptors, and that's not the case in Jython.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | saferef_for_non_descriptor_methods.patch added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch that offer a different implementation for platforms where methods are not descriptors. It has no impact when running under CPython.