Changes between Initial Version and Version 1 of Ticket #62424, comment 18
- Timestamp:
- 11/20/2024 01:30:15 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62424, comment 18
initial v1 3 3 #57121 dealt with a similar edge case where `get_current_user_id()` cause out of memory errors. [55433] resolved this in 6.2. 4 4 5 I'm not sure why this took until 6.7 to be reported. It's possible it just went unreported, but I'm wondering if this was a consequence of the changes related to just-in-time translations in [59157].6 7 5 I did some testing with the attached pull request, and it fixes the warnings and behaved as expected. This should hopefully catch the remaining edge cases.