File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ regression introduced in python3.7
172172.. nonce: Ns3a_F
173173.. section: Core and Builtins
174174
175- Tracing now has correct line numbers for attribute accesses when the the
175+ Tracing now has correct line numbers for attribute accesses when the
176176attribute is on a different line from the object. Improves debugging and
177177profiling for multi-line method chains.
178178
Original file line number Diff line number Diff line change @@ -1196,7 +1196,7 @@ detected. Patch by Pablo Galindo
11961196.. section: Core and Builtins
11971197
11981198 ``PyCodeObject `` gained ``co_fastlocalnames `` and ``co_fastlocalkinds `` as
1199- the the authoritative source of fast locals info. Marshaled code objects
1199+ the authoritative source of fast locals info. Marshaled code objects
12001200have changed accordingly.
12011201
12021202..
@@ -4960,7 +4960,7 @@ trashcan macros accessed directly :c:type:`PyThreadState` members like
49604960``_tstate->trash_delete_nesting ``, whereas the :c:type: `PyThreadState `
49614961structure is opaque in the limited C API.
49624962
4963- Exclude also the the ``PyTrash_UNWIND_LEVEL `` constant from the C API.
4963+ Exclude also the ``PyTrash_UNWIND_LEVEL `` constant from the C API.
49644964
49654965Patch by Victor Stinner.
49664966
You can’t perform that action at this time.
0 commit comments