[issue27534] IDLE: Reduce number and time for user process imports

2020-07-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'm going to close the PR for this as the change is out of date with newer changes to fetch_completions and fetch_completions is being rewritten for #37766. It would be easiest to revisit this once the other changes to fetch_completions are set. --

[issue27534] IDLE: Reduce number and time for user process imports

2019-05-06 Thread anthony shaw
anthony shaw added the comment: It would be great for this issue to be revisited, there has been some further interest from users. -- nosy: +anthonypjshaw ___ Python tracker

[issue27534] IDLE: Reduce number and time for user process imports

2017-06-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: Yes, I ran test_idle before I submitted the pull request. I wasn't sure if I was missing something based on your comments of the test failing. -- ___ Python tracker _

[issue27534] IDLE: Reduce number and time for user process imports

2017-06-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: Yes, I do want to continue this. As I explained in msg270522, I shelved (but not abandoned) the autocomplete patch because it caused a test failure I did not (and do not) understand, and because I found another fix for that issue. The reductions I noted abov

[issue27534] IDLE: Reduce number and time for user process imports

2017-06-08 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2077 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue27534] IDLE: Reduce number and time for user process imports

2017-06-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: Terry, I've applied this patch to 3.7 and made a pull request. This seemed like a fix you wanted to move forward with, so I hope that's helpful. -- nosy: +csabella ___ Python tracker

[issue27534] IDLE: Reduce number and time for user process imports

2016-07-16 Thread Terry J. Reedy
New submission from Terry J. Reedy: This issue continues #25507. I still want to reduce the number of modules imported when run.py starts a user process and the time they require. In the process, I expect to reduce the number of tkinter module imports that need to be reversed and thereby mak