Changes between Initial Version and Version 4 of Ticket #13119
- Timestamp:
- 12/17/12 07:31:19 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13119
-
Property
Status
changed from
new
toneeds_review
-
Property
Reviewers
changed from
to
Travis Scrimshaw
-
Property
Status
changed from
-
Ticket #13119 – Description
initial v4 1 1 a potential defect in ._apply_module_morphism function calls list( self.basis().keys() ) when self.is_zero() is True. This works fine if self.basis() is a finite set, but causes a problem if self.basis() is an infinite set with an iteration function. In this case, the function hangs trying to list the infinite set. 2 3 ----- 4 5 Apply only: [attachment:trac_13119_apply_module_morphism_bugfix-mz.patch]