Opened 16 years ago

Closed 16 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 Ramiro Morales, 16 years ago

See #4561, #6814, #6857 and recent related django-developers mailing list threads about ongoing work in this area.

comment:2 by James Bennett, 16 years ago

Resolution: duplicate
Status: newclosed

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.
Back to Top