Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

GH-123299: Copyedit 3.14 What's New: Deprecated#139433

Merged
AA-Turner merged 2 commits intopython:mainpython/cpython:mainfrom
AA-Turner:docs/whatsnew/new-deprecationsAA-Turner/cpython:docs/whatsnew/new-deprecationsCopy head branch name to clipboard
Sep 30, 2025
Merged

GH-123299: Copyedit 3.14 What's New: Deprecated#139433
AA-Turner merged 2 commits intopython:mainpython/cpython:mainfrom
AA-Turner:docs/whatsnew/new-deprecationsAA-Turner/cpython:docs/whatsnew/new-deprecationsCopy head branch name to clipboard

Conversation

@AA-Turner
Copy link
Member

@AA-Turner AA-Turner commented Sep 29, 2025

@AA-Turner AA-Turner requested a review from hugovk September 29, 2025 20:01
@AA-Turner AA-Turner added docs Documentation in the Doc dir skip news needs backport to 3.14 bugs and security fixes labels Sep 29, 2025
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Sep 29, 2025
@AA-Turner AA-Turner changed the title Copyedit 3.14 What's New: Deprecated GH-123299: Copyedit 3.14 What's New: Deprecated Sep 29, 2025
Comment on lines +2663 to +2664
New Deprecations
----------------
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
New Deprecations
----------------
New deprecations
----------------

Will be good to add this to the release-tools template and whatsnew/3.15.rst, but can wait until after 3.14.0 is out, and include the other improvements.

Doc/whatsnew/3.14.rst Outdated Show resolved Hide resolved
@AA-Turner
Copy link
Member Author

I'll get this one in, there were no review comments about the substantive changes.

A

@AA-Turner AA-Turner enabled auto-merge (squash) September 30, 2025 18:12
@AA-Turner AA-Turner merged commit 98a41af into python:main Sep 30, 2025
27 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Sep 30, 2025
@miss-islington-app
Copy link

Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 30, 2025
(cherry picked from commit 98a41af)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Sep 30, 2025

GH-139457 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Sep 30, 2025
@AA-Turner AA-Turner deleted the docs/whatsnew/new-deprecations branch September 30, 2025 23:15
hugovk added a commit that referenced this pull request Oct 1, 2025
…139457)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 FreeBSD Refleaks 3.14 (tier-3) has failed when building commit 20f472b.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1800/builds/499) and take a look at the build logs.
  4. Check if the failure is related to this commit (20f472b) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1800/builds/499

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/test/support/__init__.py", line 837, in gc_collect
    gc.collect()
ResourceWarning: unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('127.0.0.1', 29458), raddr=('127.0.0.1', 29459)>
Task was destroyed but it is pending!
task: <Task pending name='Task-3152' coro=<BaseSelectorEventLoop._accept_connection2() done, defined at /buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py:217> wait_for=<Future pending cb=[Task.task_wakeup()]>>
Warning -- Unraisable exception
Exception ignored while calling deallocator <function _SelectorTransport.__del__ at 0x8452cb590>:
Traceback (most recent call last):
  File "/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py", line 873, in __del__
    _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
ResourceWarning: unclosed transport <_SelectorSocketTransport closing fd=9>
k


Traceback (most recent call last):
  File "/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/test/support/__init__.py", line 837, in gc_collect
    gc.collect()
ResourceWarning: unclosed <socket.socket fd=10, family=2, type=1, proto=6, laddr=('127.0.0.1', 29190), raddr=('127.0.0.1', 29191)>
Task was destroyed but it is pending!
task: <Task pending name='Task-2215' coro=<BaseSelectorEventLoop._accept_connection2() done, defined at /buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py:217> wait_for=<Future pending cb=[Task.task_wakeup()]>>
Warning -- Unraisable exception
Exception ignored while calling deallocator <function _SelectorTransport.__del__ at 0x8452cb590>:
Traceback (most recent call last):
  File "/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py", line 873, in __del__
    _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
ResourceWarning: unclosed transport <_SelectorSocketTransport closing fd=10>
k


Traceback (most recent call last):
  File "/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/test/support/__init__.py", line 837, in gc_collect
    gc.collect()
ResourceWarning: unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('127.0.0.1', 43957), raddr=('127.0.0.1', 43958)>
Task was destroyed but it is pending!
task: <Task pending name='Task-1257' coro=<BaseSelectorEventLoop._accept_connection2() done, defined at /buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py:217> wait_for=<Future finished exception=ConnectionResetError()>>
Future exception was never retrieved
future: <Future finished exception=ConnectionResetError()>
Traceback (most recent call last):
  File "/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/sslproto.py", line 581, in _on_handshake_complete
    raise handshake_exc
ConnectionResetError
Warning -- Unraisable exception
Exception ignored while calling deallocator <function _SelectorTransport.__del__ at 0x841e47590>:
Traceback (most recent call last):
  File "/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py", line 873, in __del__
    _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
ResourceWarning: unclosed transport <_SelectorSocketTransport closing fd=9>
k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.