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: make exception handler test compatible with Python 3.13 traceback format
- Use flexible string containment checks for individual traceback components
- Python 3.13 changed traceback format with more detailed caret information
- Test now checks for 'Traceback (most recent call last):' and file reference separately
- Maintains compatibility with Python 3.10, 3.11, and 3.12
Co-Authored-By: AJ Steers <[email protected]>
0 commit comments