mirror of
https://github.com/python/cpython.git
synced 2024-11-29 04:44:13 +08:00
Remove repeated 'the' in docs (GH-28852)
This commit is contained in:
parent
ad970e8623
commit
532403e7c6
@ -172,7 +172,7 @@ regression introduced in python3.7
|
|||||||
.. nonce: Ns3a_F
|
.. nonce: Ns3a_F
|
||||||
.. section: Core and Builtins
|
.. section: Core and Builtins
|
||||||
|
|
||||||
Tracing now has correct line numbers for attribute accesses when the the
|
Tracing now has correct line numbers for attribute accesses when the
|
||||||
attribute is on a different line from the object. Improves debugging and
|
attribute is on a different line from the object. Improves debugging and
|
||||||
profiling for multi-line method chains.
|
profiling for multi-line method chains.
|
||||||
|
|
||||||
|
@ -1196,7 +1196,7 @@ detected. Patch by Pablo Galindo
|
|||||||
.. section: Core and Builtins
|
.. section: Core and Builtins
|
||||||
|
|
||||||
``PyCodeObject`` gained ``co_fastlocalnames`` and ``co_fastlocalkinds`` as
|
``PyCodeObject`` gained ``co_fastlocalnames`` and ``co_fastlocalkinds`` as
|
||||||
the the authoritative source of fast locals info. Marshaled code objects
|
the authoritative source of fast locals info. Marshaled code objects
|
||||||
have changed accordingly.
|
have changed accordingly.
|
||||||
|
|
||||||
..
|
..
|
||||||
@ -4960,7 +4960,7 @@ trashcan macros accessed directly :c:type:`PyThreadState` members like
|
|||||||
``_tstate->trash_delete_nesting``, whereas the :c:type:`PyThreadState`
|
``_tstate->trash_delete_nesting``, whereas the :c:type:`PyThreadState`
|
||||||
structure is opaque in the limited C API.
|
structure is opaque in the limited C API.
|
||||||
|
|
||||||
Exclude also the the ``PyTrash_UNWIND_LEVEL`` constant from the C API.
|
Exclude also the ``PyTrash_UNWIND_LEVEL`` constant from the C API.
|
||||||
|
|
||||||
Patch by Victor Stinner.
|
Patch by Victor Stinner.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user