-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-142461: Move misplaced NEWS entries to an appropriate section #143392
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c844f6d
Move misplaced NEWS entries to an appropriate section
Aniketsy ebb08da
Move misplaced NEWS entries to an appropriate section
Aniketsy 8b2db3e
Move misplaced NEWS entries to an appropriate section
Aniketsy d70464f
Move misplaced NEWS entries to an appropriate section
Aniketsy 1f59942
Move misplaced NEWS entries to an appropriate section
Aniketsy c421ed6
Move misplaced NEWS entries to an appropriate section
Aniketsy 3de7ae1
Merge branch 'main' into fix-142461
Aniketsy 6f3df74
Update Misc/NEWS.d/3.12.0a1.rst
Aniketsy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -160,7 +160,7 @@ to calculate those doing pointer arithmetic. | |
| .. date: 2022-10-06-15-45-57 | ||
| .. gh-issue: 96078 | ||
| .. nonce: fS-6mU | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`os.sched_yield` now release the GIL while calling sched_yield(2). | ||
| Patch by Donghee Na. | ||
|
|
@@ -170,7 +170,7 @@ Patch by Donghee Na. | |
| .. date: 2022-10-06-14-14-28 | ||
| .. gh-issue: 97955 | ||
| .. nonce: Nq5VXD | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Migrate :mod:`zoneinfo` to Argument Clinic. | ||
|
|
||
|
|
@@ -223,7 +223,7 @@ chance to execute the GC periodically. | |
| .. date: 2022-10-05-00-37-27 | ||
| .. gh-issue: 65961 | ||
| .. nonce: z0Ys0y | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| When ``__package__`` is different than ``__spec__.parent``, raise a | ||
| ``DeprecationWarning`` instead of ``ImportWarning``. | ||
|
|
@@ -361,7 +361,7 @@ branching conditions. | |
| .. date: 2022-09-19-03-35-01 | ||
| .. gh-issue: 96821 | ||
| .. nonce: izK6JA | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Fix undefined behaviour in ``audioop.c``. | ||
|
|
||
|
|
@@ -481,7 +481,7 @@ Fix case of undefined behavior in ceval.c | |
| .. date: 2022-09-08-20-58-10 | ||
| .. gh-issue: 64373 | ||
| .. nonce: AfCi36 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Convert :mod:`!_functools` to argument clinic. | ||
|
|
||
|
|
@@ -490,7 +490,7 @@ Convert :mod:`!_functools` to argument clinic. | |
| .. date: 2022-09-07-13-38-37 | ||
| .. gh-issue: 96641 | ||
| .. nonce: wky0Fc | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Do not expose ``KeyWrapper`` in :mod:`!_functools`. | ||
|
|
||
|
|
@@ -990,7 +990,7 @@ bytecode compiler. | |
| .. date: 2022-07-20-09-04-55 | ||
| .. gh-issue: 95023 | ||
| .. nonce: bs-xd7 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Implement :func:`os.setns` and :func:`os.unshare` for Linux. Patch by Noam | ||
| Cohen. | ||
|
|
@@ -1021,7 +1021,7 @@ Previously it could cause SystemError or other undesired behavior. | |
| .. date: 2022-07-19-04-34-56 | ||
| .. gh-issue: 94996 | ||
| .. nonce: dV564A | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`ast.parse` will no longer parse function definitions with | ||
| positional-only params when passed ``feature_version`` less than ``(3, 8)``. | ||
|
|
@@ -1041,7 +1041,7 @@ Allow jumping within, out of, and across exception handlers in the debugger. | |
| .. date: 2022-07-18-05-10-29 | ||
| .. gh-issue: 94949 | ||
| .. nonce: OsZ7_s | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`ast.parse` will no longer parse parenthesized context managers when | ||
| passed ``feature_version`` less than ``(3, 9)``. Patch by Shantanu Jain. | ||
|
|
@@ -1051,7 +1051,7 @@ passed ``feature_version`` less than ``(3, 9)``. Patch by Shantanu Jain. | |
| .. date: 2022-07-18-04-48-34 | ||
| .. gh-issue: 94947 | ||
| .. nonce: df9gUw | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`ast.parse` will no longer parse assignment expressions when passed | ||
| ``feature_version`` less than ``(3, 8)``. Patch by Shantanu Jain. | ||
|
|
@@ -1070,7 +1070,7 @@ Ensures the program name is known for help text during interpreter startup. | |
| .. date: 2022-07-16-08-14-17 | ||
| .. gh-issue: 94869 | ||
| .. nonce: eRwMsX | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a core and built-in. Other changes to |
||
|
|
||
| Fix the column offsets for some expressions in multi-line f-strings | ||
| :mod:`ast` nodes. Patch by Pablo Galindo. | ||
|
|
@@ -1394,7 +1394,7 @@ calls. Previously, the end column could precede the column offset. | |
| .. date: 2022-06-09-19-19-02 | ||
| .. gh-issue: 93461 | ||
| .. nonce: 5DqP1e | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`importlib.invalidate_caches` now drops entries from | ||
| :data:`sys.path_importer_cache` with a relative path as name. This solves a | ||
|
|
@@ -1469,7 +1469,7 @@ lookup of the :attr:`~types.CodeType.co_code` attribute. | |
| .. date: 2022-05-30-19-00-38 | ||
| .. gh-issue: 93359 | ||
| .. nonce: zXV3A0 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
serhiy-storchaka marked this conversation as resolved.
Outdated
|
||
|
|
||
| Ensure that custom :mod:`ast` nodes without explicit end positions can be | ||
| compiled. Patch by Pablo Galindo. | ||
|
|
@@ -1642,7 +1642,7 @@ not finalized at exit. Patch by Kumar Aditya. | |
| .. date: 2022-05-18-18-34-45 | ||
| .. gh-issue: 92930 | ||
| .. nonce: kpYPOb | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Fixed a crash in ``_pickle.c`` from mutating collections during | ||
| ``__reduce__`` or ``persistent_id``. | ||
|
|
@@ -1709,7 +1709,7 @@ Jin. | |
| .. date: 2022-05-13-00-57-18 | ||
| .. gh-issue: 92658 | ||
| .. nonce: YdhFE2 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Add support for connecting and binding to Hyper-V sockets on Windows Hyper-V | ||
| hosts and guests. | ||
|
|
@@ -1729,7 +1729,7 @@ tracing functions implemented in C. | |
| .. date: 2022-05-11-09-16-54 | ||
| .. gh-issue: 91102 | ||
| .. nonce: lenv9h | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :meth:`!_warnings.warn_explicit` is ported to Argument Clinic. | ||
|
serhiy-storchaka marked this conversation as resolved.
|
||
|
|
||
|
|
@@ -1759,7 +1759,7 @@ no longer does anything. | |
| .. date: 2022-05-03-20-12-18 | ||
| .. gh-issue: 92261 | ||
| .. nonce: aigLnb | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Fix hang when trying to iterate over a ``typing.Union``. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.