Sorry, something went wrong.
|
@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 |
Sorry, something went wrong.
|
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
|
GH-104844 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
|
GH-104845 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
The buildbot failure might be a bad interaction with #104846 which @pablogsal merged earlier. |
Sorry, something went wrong.
|
Oh, seems like Pablo already fixed this in his PR? |
Sorry, something went wrong.
|
From #104880 message. "Order of events: |
Sorry, something went wrong.
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.