#13357 (Various small fixes for Django+PyPy) – Django (original) (raw)

#13357 closed (fixed)

Reported by: Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

They're all dict ordering, except for one that relies on the fact that CPython allows kwargs on dict(), but not other functions (no idea why), PyPy prohibits them on both, which is the safer behavior.

Attachments(2)

Change History(6)

comment:1 by Russell Keith-Magee, 15 years ago

Triage Stage: Unreviewed → Accepted

by Alex Gaynor, 15 years ago

This patch does all of the above, and fixes the cache tests (caused by files not being written because they aren't flushed because they aren't closed)

comment:2 by Russell Keith-Magee, 15 years ago

Resolution: → fixed
Status: new → closed

(In [12991]) Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Alex Gaynor for the patch.

Note: See TracTickets for help on using tickets.