File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,14 @@ These improvements are inspired by previous work in the PyPy interpreter.
167
167
(Contributed by Pablo Galindo in :issue:`42864 ` and Batuhan Taskaya in
168
168
:issue:`40176 ` .)
169
169
170
+ PEP 626 : Precise line numbers for debugging and other tools
171
+ ---------------------------------------------------------- -
172
+
173
+ PEP 626 brings more precise and reliable line numbers for debugging, profiling and coverage tools.
174
+ Tracing events, with the correct line number, are generated for all lines of code executed and only for lines of code that are executed.
175
+
176
+ The `` f_lineo`` attribute of frame objects will always contain the expected line number.
177
+
170
178
171
179
PEP 634 : Structural Pattern Matching
172
180
------------------------------------
You can’t perform that action at this time.
0 commit comments