(Contributed by Pablo Galindo in :issue:`38530`.)
+ .. warning::
+ Notice this won't work if :c:func:`PyErr_Display` is not called to display the error
+ which can happen if some other custom error display function is used. This is a common
+ scenario in some REPLs like IPython.
+
NameErrors
~~~~~~~~~~
(Contributed by Pablo Galindo in :issue:`38530`.)
+ .. warning::
+ Notice this won't work if :c:func:`PyErr_Display` is not called to display the error,
+ which can happen if some other custom error display function is used. This is a common
+ scenario in some REPLs like IPython.
+
+
PEP 626: Precise line numbers for debugging and other tools
-----------------------------------------------------------