Skip to content
Snippets Groups Projects
Commit 2d5771f92ab3 authored by Mark Shannon's avatar Mark Shannon
Browse files

Add PEP 626 to what's new in 3.10. (#24892)

parent b93beb91f4e8
Branches
No related tags found
No related merge requests found
......@@ -167,6 +167,14 @@
(Contributed by Pablo Galindo in :issue:`42864` and Batuhan Taskaya in
:issue:`40176`.)
PEP 626: Precise line numbers for debugging and other tools
-----------------------------------------------------------
PEP 626 brings more precise and reliable line numbers for debugging, profiling and coverage tools.
Tracing events, with the correct line number, are generated for all lines of code executed and only for lines of code that are executed.
The ``f_lineo`` attribute of frame objects will always contain the expected line number.
PEP 634: Structural Pattern Matching
------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment