Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
cpython
Commits
2d5771f92ab3
Commit
2d5771f92ab3
authored
4 years ago
by
Mark Shannon
Browse files
Options
Downloads
Patches
Plain Diff
Add PEP 626 to what's new in 3.10. (#24892)
parent
b93beb91f4e8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/whatsnew/3.10.rst
+8
-0
8 additions, 0 deletions
Doc/whatsnew/3.10.rst
with
8 additions
and
0 deletions
Doc/whatsnew/3.10.rst
+
8
−
0
View file @
2d5771f9
...
...
@@ -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
------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment