bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
The traceback.c and traceback.py mechanisms now utilize the newly added code.co_positions and PyCode_Addr2Location to print carets on the specific expressions involved in a traceback. Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> Co-authored-by: Ammar Askar <ammar@ammaraskar.com> Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com>
A
Ammar Askar committed
5644c7b3ffd49bed58dc095be6e6148e0bb4431e
Parent: 693cec0
Committed by GitHub <noreply@github.com>
on 7/4/2021, 11:14:33 PM