Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10240 closed (fixed)

Tests failing after r9823

Reported by: Alex Gaynor Owned by: Brian Rosner
Component: Core (Serialization) Version: 1.0
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

The serializer_regress tests are failing after r9823 if you have pyyaml installed, traceback seen here: http://dpaste.com/119544/

Change History (3)

comment:1 by Brian Rosner, 15 years ago

Owner: changed from nobody to Brian Rosner
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Brian Rosner, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [9825]) Fixed #10240 -- Restored YAML serialization with Decimal objects that broke with r9823. Thanks Alex Gaynor for the report.

comment:3 by Brian Rosner, 15 years ago

(In [9826]) [1.0.X] Fixed #10240 -- Restored YAML serialization with Decimal objects that broke with r9823. Thanks Alex Gaynor for the report.

Backport of r9825 from trunk.

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