Actions
Backport #5270
closedDate#freeze causes memoized Date methods to fail
Status:
Closed
Assignee:
-
Description
When freezing a Date object, memoized methods will fail because the memoized value cannot be stored on the frozen object. This is because memoized values are stored as instance variables on the object, and those are immutable for frozen objects.
Attached to this bug report is a test case, as well as a patch that fixes the issue (and also includes the test case).
Files
Actions
Like0
Like0Like0