Skip to content
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
Update Misc/NEWS.d/next/Library/2025-02-16-10-12-27.gh-issue-118761.T…
…Nw5ZC.rst

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
gpshead and picnixz authored Feb 16, 2025
commit b51da5c27f02dba941c16d562831522fc1aebed7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Reverts a change in the previous release attempting to make some stdlib
imports used within the :mod:`subprocess` module lazy as this was causing
errors during `__del__` finalizers calling methods such as ``terminate``, or
errors during ``__del__`` finalizers calling methods such as ``terminate``, or
``kill``, or ``send_signal``.
Loading