Terry J. Reedy <tjre...@udel.edu> added the comment:

#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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45560>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to