-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
GH-123299: Copyedit 3.14 What's New: Optimizations #137789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -75,6 +75,7 @@ The debugger's prompt is ``(Pdb)``, which is the indicator that you are in debug | |||
arguments of the ``p`` command. | |||
|
|||
|
|||
.. _pdb-commandline: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use the more common spelling:
❯ rg "^\.\. _[a-z-]+-command.*line:" Doc | wc -l
4
❯ rg "^\.\. _[a-z-]+-cli:" Doc | wc -l
22
.. _pdb-commandline: | |
.. _pdb-cli: |
|
||
* :mod:`pdb` now supports two backends, based on either | ||
:func:`sys.settrace` or :mod:`sys.monitoring`. | ||
Using the :ref:`pdb CLI <pdb-commandline>` or :func:`breakpoint` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the :ref:`pdb CLI <pdb-commandline>` or :func:`breakpoint` | |
Using the :ref:`pdb CLI <pdb-cli>` or :func:`breakpoint` |
@@ -2316,42 +2292,90 @@ gc | |||
* The new :ref:`incremental garbage collector <whatsnew314-incremental-gc>` | |||
means that maximum pause times are reduced | |||
by an order of magnitude or more for larger heaps. | |||
|
|||
Because of this optimisation, the meaning of the results of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we should follow the spelling of the section heading....
Because of this optimisation, the meaning of the results of | |
Because of this optimization, the meaning of the results of |
A copy-editing pass for Optimisations.
A
📚 Documentation preview 📚: https://cpython-previews--137789.org.readthedocs.build/en/137789/whatsnew/3.14.html#optimizations