8000 gh-123881: make compiler add the .generic_base base class without constructing AST nodes by iritkatriel · Pull Request #123883 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-123881: make compiler add the .generic_base base class without constructing AST nodes #123883

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 15 commits into from
Sep 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "add whatsnew entry"
This reverts commit 8200b77.
  • Loading branch information
iritkatriel committed Sep 9, 2024
commit d75532a1ae1bdf7bae6895d0d6541b8b3d367bc1
6 changes: 2 additions & 4 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ ast
(Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`.)

* Add support for :func:`copy.replace` for AST nodes.

(Contributed by Bénédikt Tran in :gh:`121141`.)


ctypes
------

Expand Down Expand Up @@ -399,10 +401,6 @@ typing
* Remove :class:`!typing.ByteString`. It had previously raised a
:exc:`DeprecationWarning` since Python 3.12.

* The ``.generic_base`` base class of generic classes is now added by
the parser rather than the compiler. This means that it is visible in
the ``AST``. (Contributed by Irit Katriel in :gh:`123881`.)

urllib
------

Expand Down
0