Opened 17 years ago
Closed 17 years ago
#6912 closed (duplicate)
get rid of robusapply.py
Reported by: | Maciej Fijalkowski | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django/dispatch/robustapply.py contains horrible logic (some duck typing) for checking differences between builtin methods and normal methods (or something like that). This is pretty implementation-specific and makes django choke on top of pypy. I think it's still django bug to rely on such obscure details. What do you think?
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closing as a dupe since this has already come up and is being dealt with. In the future, please search before opening a new ticket.
Note:
See TracTickets
for help on using tickets.
See #4561, #6814, #6857 and recent related django-developers mailing list threads about ongoing work in this area.