Changes between Initial Version and Version 2 of Ticket #36622
- Timestamp:
- Sep 26, 2025, 8:58:51 AM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36622
- Property Type Uncategorized → Bug
-
Ticket #36622 – Description
initial v2 17 17 18 18 19 A workaround for the case specified in the documentation is to override __bool__ on LazyObjectso it always returns True.19 A workaround for the case specified in the documentation is to override `__bool__` on `LazyObject` so it always returns True. 20 20 21 21