Changes between Initial Version and Version 1 of Ticket #13447, comment 45
- Timestamp:
- 09/18/12 06:00:55 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13447, comment 45
initial v1 1 For the record: Apparently it is impossible to use the "proper" singular_ring_delete function . I guess the problem is that singular_ring_delete will set `currRing=None` in certain situations - hence, the next line `currRingHdl.data.uring = singular_ring_reference(currRing)` will fail with a segfault.1 For the record: Apparently it is impossible to use the "proper" singular_ring_delete function in the code snipped mentioned in comment:44. I guess the problem is that singular_ring_delete will set `currRing=None` in certain situations - hence, the next line `currRingHdl.data.uring = singular_ring_reference(currRing)` will fail with a segfault. 2 2 3 3 So, I'll leave this code snipped as it is.