[3.8] bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)#23572
Merged
miss-islington merged 1 commit intoNov 30, 2020
python:3.8python/cpython:3.8from
miss-islington:backport-e41bfd1-3.8miss-islington/cpython:backport-e41bfd1-3.8Copy head branch name to clipboard
Merged
[3.8] bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)#23572miss-islington merged 1 commit intopython:3.8python/cpython:3.8from miss-islington:backport-e41bfd1-3.8miss-islington/cpython:backport-e41bfd1-3.8Copy head branch name to clipboard
miss-islington merged 1 commit into
python:3.8python/cpython:3.8from
miss-islington:backport-e41bfd1-3.8miss-islington/cpython:backport-e41bfd1-3.8Copy head branch name to clipboard
Conversation
…pythonGH-23570) restart_subprocess is a method of self, the pyshell.InteractiveInterpreter instance. The latter does not have an interp attribute redundantly referring to itself. (The PyShell instance does have an interp attribute, referring to the InteractiveInterpreter instance.) (cherry picked from commit e41bfd1) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Contributor
Author
|
@terryjreedy: Status check is done, and it's a success ✅ . |
1 similar comment
Contributor
Author
|
@terryjreedy: Status check is done, and it's a success ✅ . |
Contributor
Author
|
@terryjreedy: Status check is done, and it's a success ✅ . |
1 similar comment
Contributor
Author
|
@terryjreedy: Status check is done, and it's a success ✅ . |
terryjreedy
approved these changes
Nov 30, 2020
Contributor
Author
|
@terryjreedy: Status check is done, and it's a success ✅ . |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
restart_subprocess is a method of self, the pyshell.InteractiveInterpreter instance. The latter does not have an interp attribute redundantly referring to itself. (The PyShell instance does have an interp attribute, referring to the InteractiveInterpreter instance.)
(cherry picked from commit e41bfd1)
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu
https://bugs.python.org/issue42508