Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-104719: IDLE - test existence of all tokenize references.#104767
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This class contains all editor references to tokenize module.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@Yhg1s Can you as RM merge this? Address sanitizer had failed 4 times in a row because test_hashlib, test_importlib, and test_threading (X3) have altered the environment. Details on discord core-workflow. (Will rerun again |
Thanks@terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…ythonGH-104767)Class editor.IndentSearcher contains all editor references to tokenize module.Module io tokenize reference cover those other modules.(cherry picked from commite561c09)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
bedevere-bot commentedMay 24, 2023
GH-104844 is a backport of this pull request to the3.12 branch. |
…ythonGH-104767)Class editor.IndentSearcher contains all editor references to tokenize module.Module io tokenize reference cover those other modules.(cherry picked from commite561c09)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
bedevere-bot commentedMay 24, 2023
GH-104845 is a backport of this pull request to the3.11 branch. |
…H-104767) (#104844)gh-104719: IDLE - test existence of all tokenize references. (GH-104767)Class editor.IndentSearcher contains all editor references to tokenize module.Module io tokenize reference cover those other modules.(cherry picked from commite561c09)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
…H-104767) (#104845)gh-104719: IDLE - test existence of all tokenize references. (GH-104767)Class editor.IndentSearcher contains all editor references to tokenize module.Module io tokenize reference cover those other modules.(cherry picked from commite561c09)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
The buildbot failure might be a bad interaction with#104846 which@pablogsal merged earlier. |
Oh, seems like Pablo already fixed this in his PR? |
terryjreedy commentedMay 24, 2023 • 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.
From#104880 message. "Order of events: |
Uh oh!
There was an error while loading.Please reload this page.
This was prompted when (temporary) removal of tokenize.tabsize broke IDLE without a CI failure.
Class editor.IndentSearcher contains all editor references to the tokenize module.
The 2 iomenu references cover those in pyshell, run, and runscript also.
.py
files #104719