Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ef457 commit 6086ae7Copy full SHA for 6086ae7
Doc/whatsnew/3.10.rst
@@ -167,6 +167,14 @@ These improvements are inspired by previous work in the PyPy interpreter.
167
(Contributed by Pablo Galindo in :issue:`42864` and Batuhan Taskaya in
168
:issue:`40176`.)
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
178
179
PEP 634: Structural Pattern Matching
180
------------------------------------
0 commit comments