FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-145458: use `self.skip_idle` by KowalskiThomas · Pull Request #145459 · python/cpython · GitHub

/ cpython Public

gh-145458: use self.skip_idle - #145459

Merged
pablogsal merged 4 commits into
python:mainfrom
KowalskiThomas:kowalski/gh-145458-use-self-skip_idle
Mar 31, 2026
Merged

gh-145458: use self.skip_idle#145459
pablogsal merged 4 commits into
python:mainfrom
KowalskiThomas:kowalski/gh-145458-use-self-skip_idle

Conversation

KowalskiThomas commented Mar 3, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

More details are available in the issue (#145458) but long story short, today the self.skip_idle value is set in the constructor but never used (in favour of a function parameter).

pablogsal marked this pull request as ready for review March 13, 2026 11:07
pablogsal self-requested a review as a code owner March 13, 2026 11:07

Copy link
Copy Markdown
Member

This is correct (good find!). This kind of internal only changes don't need news entries. Do you mind removing it?

Copy link
Copy Markdown
Contributor Author

This kind of internal only changes don't need news entries. Do you mind removing it?

Done!

pablogsal merged commit b4fac15 into python:main Mar 31, 2026
49 checks passed

Copy link
Copy Markdown
Member

Thanks for the PR @KowalskiThomas 🖤

maurycy added a commit to maurycy/cpython that referenced this pull request Mar 31, 2026
* main:
  pythongh-145458: use `self.skip_idle` consistently in the tachyon profiler (python#145459)
  pythongh-146615: Fix format specifiers in Objects/ directory (pythonGH-146620)
  pythongh-146615: Fix format specifiers in Python/ directory (pythonGH-146619)
  pythongh-146615: Fix format specifiers in test cextensions (pythonGH-146618)
  pythongh-146615: Fix format specifiers in extension modules (pythonGH-146617)
  pythongh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argument (pythonGH-146634)
  pythongh-146376: Reduce timeout in Emscripten GHA workflow (python#146378)
  pythongh-146442: Fix various bugs in compiler pipeline (python#146443)
  pythongh-146238: Support half-floats in the array module (python#146242)
  pythongh-145056: Add support for merging collections.UserDict and frozendict (pythonGH-146465)
  pythongh-145056: Fix merging of collections.OrderedDict and frozendict (pythonGH-146466)
  pythongh-139633: Run netrc file permission check only once per parse (pythonGH-139634)
clin1234 pushed a commit to clin1234/cpython that referenced this pull request Apr 16, 2026
ljfp pushed a commit to ljfp/cpython that referenced this pull request Apr 25, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL