This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jack__d
Recipients RPecor, jack__d
Date 2021-07-27.22:39:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627425560.83.0.84619690912.issue44752@roundup.psfhosted.org>
In-reply-to
Content
Woah, til the python shell has tab completion! This does seem like undesirable behavior. I'd like to work on a fix for this if that's all right, assuming that this behavior should not occur.

I haven't exactly found where the tab autocomplete is implemented, but I'm assuming I'll find in one of the functions I see in the backtrace when I pause python at the interpreter prompt; maybe one of these? (my best quick guesses by function name).

- _PyRun_InteractiveLoopObject
- PyRun_InteractiveOneObjectEx
- interactive_rule
- statement_newline_rule

If anyone can point me in the right direction, that'd be great, and I think I can work on this one tomorrow if that's all right!
History
Date User Action Args
2021-07-27 22:39:20jack__dsetrecipients: + jack__d, RPecor
2021-07-27 22:39:20jack__dsetmessageid: <1627425560.83.0.84619690912.issue44752@roundup.psfhosted.org>
2021-07-27 22:39:20jack__dlinkissue44752 messages
2021-07-27 22:39:20jack__dcreate