You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix AttributeError in __repr__/__str__ for partially initialized objects (#118)
When objects fail during `__init__`, debuggers and exception handlers call `__repr__()` or `__str__()` on the partially constructed instance. These methods were accessing attributes not yet set, causing cascading `AttributeError` that obscured the original initialization error.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pavel-kirienko <3298404+pavel-kirienko@users.noreply.github.com>
Co-authored-by: Pavel Kirienko <pavel.kirienko@gmail.com>
0 commit comments