Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-118761: Revert "Improve import time ofsubprocess (GH-129427)"#130201
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-118761: Revert "Improve import time ofsubprocess (GH-129427)"#130201
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…H-129427)"This reverts commit49f2465.This caused bugs in the `__del__` finalizer:python#118761 (comment)
Misc/NEWS.d/next/Library/2025-02-16-10-12-27.gh-issue-118761.TNw5ZC.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…Nw5ZC.rstCo-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
picnixz commentedFeb 16, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Actually, shouldn't we remove the previous NEWS entry? I don't know whether it makes sense to have it in the changelog in this case (but if one downloads an exact version they could have it =/) |
gpshead commentedFeb 16, 2025
This has already shipped in releases. |
gpshead commentedFeb 16, 2025
So the new NEWS entry is a correction for the previous one. |
ae30646 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…H-129427)" (pythonGH-130201)* Revert "pythongh-118761: Improve import time of `subprocess` (pythonGH-129427)"This reverts commit49f2465.Also known asf502c8f in 3.13 (PRpythonGH-129447)Also known asf65aa0d in 3.12 (PRpythonGH-129448)This caused bugs in the `__del__` finalizer:python#118761 (comment)---------(cherry picked from commitae30646)Co-authored-by: Gregory P. Smith <greg@krypto.org>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-130204 is a backport of this pull request to the3.13 branch. |
…H-129427)" (pythonGH-130201)* Revert "pythongh-118761: Improve import time of `subprocess` (pythonGH-129427)"This reverts commit49f2465.Also known asf502c8f in 3.13 (PRpythonGH-129447)Also known asf65aa0d in 3.12 (PRpythonGH-129448)This caused bugs in the `__del__` finalizer:python#118761 (comment)---------(cherry picked from commitae30646)Co-authored-by: Gregory P. Smith <greg@krypto.org>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-130205 is a backport of this pull request to the3.12 branch. |
)" (GH-130201) (#130205)gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (GH-130201)* Revert "gh-118761: Improve import time of `subprocess` (GH-129427)"This reverts commit49f2465.Also known asf502c8f in 3.13 (PRGH-129447)Also known asf65aa0d in 3.12 (PRGH-129448)This caused bugs in the `__del__` finalizer:#118761 (comment)---------(cherry picked from commitae30646)Co-authored-by: Gregory P. Smith <greg@krypto.org>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
)" (GH-130201) (#130204)gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (GH-130201)* Revert "gh-118761: Improve import time of `subprocess` (GH-129427)"This reverts commit49f2465.Also known asf502c8f in 3.13 (PRGH-129447)Also known asf65aa0d in 3.12 (PRGH-129448)This caused bugs in the `__del__` finalizer:#118761 (comment)---------(cherry picked from commitae30646)Co-authored-by: Gregory P. Smith <greg@krypto.org>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
This reverts commit49f2465.
This caused bugs in the
__del__finalizer:#118761 (comment)