Ticket #885 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[with patch] 2.8.7-alpha0: doctest failure in rings/morphism.pyx (loads/dumps)

Reported by: cwitty Owned by: failure
Priority: blocker Milestone: sage-2.8.7
Component: doctest Keywords:
Cc: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

Description

On sage.math:

File "morphism.pyx", line 312:
    sage: c == loads(dumps(c))
Expected:
    True
Got:
    False

Attachments

6931.patch Download (0.9 KB) - added by cwitty 3 years ago.

Change History

Changed 3 years ago by cwitty

Changed 3 years ago by cwitty

  • summary changed from 2.8.7-alpha0: doctest failure in rings/morphism.pyx (loads/dumps) to [with patch] 2.8.7-alpha0: doctest failure in rings/morphism.pyx (loads/dumps)

Changed class RingHomomorphism?_im_gens to use _cmp_c_impl (this is necessary to make Python subclasses compare correctly).

Changed 3 years ago by was

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.