Changes between Initial Version and Version 1 of Ticket #30275
- Timestamp:
- 08/02/20 20:45:34 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30275 – Description
initial v1 4 4 > Raised when an assert statement fails. 5 5 6 since no `assert` statements are involved. A better choice would be a `ValueError`. Apart from the new immutability implementations, this would also depend on #30239 because the `AssertionError` due to immutability is catched there. The easiest way, I think, is to substitute them all at once after the immutability tickets have been finished (find & replace).6 since no `assert` statements are involved. A better choice would be a `ValueError`. Apart from the new immutability implementations, this would also depend on #30239 because the `AssertionError` due to immutability is catched there. The easiest way, I think, is to substitute them all at once after the immutability tickets and #30239 have been finished (find & replace).