Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13374 closed (fixed)

A few more small PyPy issues

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

Description

First one is just a differing repr in the tests (pypy includes a module name, cpython doesn't), second is a GC issue.

Attachments (1)

django-pypy.diff (4.4 KB ) - added by Alex Gaynor 14 years ago.

Download all attachments as: .zip

Change History (8)

by Alex Gaynor, 14 years ago

Attachment: django-pypy.diff added

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedReady for checkin

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

Resolution: fixed
Status: newclosed

(In [12998]) Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. Thanks to Alex Gaynor for the report and patch.

comment:3 by Russell Keith-Magee, 14 years ago

(In [12999]) [1.1.X] Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. Thanks to Alex Gaynor for the report and patch.

Backport of r12998 from trunk.

comment:4 by Karen Tracey, 14 years ago

Has patch: unset
Resolution: fixed
Status: closedreopened
Triage Stage: Ready for checkinAccepted

The change to regressiontests/forms/localflavor/se.py broke the running of the __test__ dictionary doctests specified in regressiontests/forms/tests.py, so I've reverted it in r13008. There must be a better way to fix PyPy compatibility for this test...?

comment:5 by Alex Gaynor, 14 years ago

The fix will be to do date.today() == date(expected, stuff, here); >>> True .

comment:6 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: reopenedclosed

(In [13010]) Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a reimplementation of part of r12998, reverted in r13008. Thanks to Alex Gaynor.

comment:7 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top