diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-03-28 17:16:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 17:16:03 (GMT) |
commit | 8c3ab189ae552401581ecf0b260a96d80dcdae28 (patch) | |
tree | 920f7d19c44cdd8ea11413ac51f825b812dfb8bf /Objects/structseq.c | |
parent | bb852266b77ffeeb09a42847c907829eec6d5cb5 (diff) | |
download | cpython-8c3ab189ae552401581ecf0b260a96d80dcdae28.zip cpython-8c3ab189ae552401581ecf0b260a96d80dcdae28.tar.gz cpython-8c3ab189ae552401581ecf0b260a96d80dcdae28.tar.bz2 |
bpo-38002: Use False/True for IDLE pyshell bools (GH-19203)
Change 0/1 assignments to 'executing', 'canceled', 'reading', 'endoffile'.
These are not used outside of pyshell. Other bools already use False/True.
Add comment about int needed for Windows call.
Remove self.more, unused in idlelib and code.InteractiveInterpreter.
The latter uses 'more' as a local.
(cherry picked from commit 34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Objects/structseq.c')
0 files changed, 0 insertions, 0 deletions