Opened 18 years ago
Closed 17 years ago
#5664 closed (fixed)
django.dispatch.saferef doesn't work on Jython
Description ¶
BoundMethodWeakref assumes that methods are descriptors, and that's not the case in Jython.
Change History (2)
by , 18 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.