Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6086ae7

Browse files
authored
Add PEP 626 to what's new in 3.10. (#24892)
1 parenta8ef457 commit6086ae7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎Doc/whatsnew/3.10.rst‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@ These improvements are inspired by previous work in the PyPy interpreter.
167167
(Contributed by Pablo Galindoin :issue:`42864`and Batuhan Taskayain
168168
:issue:`40176`.)
169169
170+
PEP626: Precise line numbersfor debuggingand other tools
171+
-----------------------------------------------------------
172+
173+
PEP626 brings more preciseand reliable line numbersfor debugging, profilingand coverage tools.
174+
Tracing events,with the correct line number, are generatedforall lines of code executedand onlyfor lines of code that are executed.
175+
176+
The``f_lineo`` attribute of frame objects will always contain the expected line number.
177+
170178
171179
PEP634: Structural Pattern Matching
172180
------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp