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
172
172
.. nonce: Ns3a_F
173
173
.. section: Core and Builtins
174
174
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
176
176
attribute is on a different line from the object. Improves debugging and
177
177
profiling for multi-line method chains.
178
178
Original file line number Diff line number Diff line change @@ -1196,7 +1196,7 @@ detected. Patch by Pablo Galindo
1196
1196
.. section: Core and Builtins
1197
1197
1198
1198
``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
1200
1200
have changed accordingly.
1201
1201
1202
1202
..
@@ -4960,7 +4960,7 @@ trashcan macros accessed directly :c:type:`PyThreadState` members like
4960
4960
``_tstate->trash_delete_nesting ``, whereas the :c:type: `PyThreadState `
4961
4961
structure is opaque in the limited C API.
4962
4962
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.
4964
4964
4965
4965
Patch by Victor Stinner.
4966
4966
You can’t perform that action at this time.
0 commit comments