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 terry.reedy
Recipients aroberge, terry.reedy
Date 2021-10-22.01:32:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634866320.22.0.83060997529.issue45560@roundup.psfhosted.org>
In-reply-to
Content
#43476 is clearly an enhancement request.  It proposes to stash info in the GUI process in a way that lets it be into from the other process by non-standard means.

This is closer to a bugfix request in that successive lines have a different response in REPL and Shell.  Having sys attributes different in the two environments is not a bug in itself: for instance, sys.stdxxx *must* be different in the two environments because the standard streams *are* different.  Having sys.last_type, for instance, being either None or wrong (the last non-syntax error) instead of SyntaxError is something different.  I fix here will be harder, but I like it better.
History
Date User Action Args
2021-10-22 01:32:00terry.reedysetrecipients: + terry.reedy, aroberge
2021-10-22 01:32:00terry.reedysetmessageid: <1634866320.22.0.83060997529.issue45560@roundup.psfhosted.org>
2021-10-22 01:32:00terry.reedylinkissue45560 messages
2021-10-22 01:32:00terry.reedycreate