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.

classification
Title: Copy from stdout after crash
Type: enhancement Stage:
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, jneb
Priority: low Keywords:

Created on 2001-11-29 23:46 by anonymous, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (4)
msg7880 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-11-29 23:46
It would be really nice if one could copy text from the stdout window (e.g. PythonInterpreter.out) after a crash. Apparently this now works in some cases, but still fails after a crash in a delay-console-window applet.

I am submitting this to SourceForge as per Jack Jansens' request.
msg7881 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2001-12-02 21:09
Logged In: YES 
user_id=45365

Lowered the priority.
msg7882 - (view) Author: Jurjen N.E. Bos (jneb) * Date: 2002-02-02 00:49
Logged In: YES 
user_id=446428

May be connected to the bug that I am about to submit on sys.stdout.flush().
- Jurjen
msg7883 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-05-23 22:10
Logged In: YES 
user_id=45365

This probably won't get fixed in MacPython's lifetime, especially because in most cases Copy does work, it's only for delayed-console applets that there is a problem. People will have to use a screenshot or retype the traceback in that case, too bad.
History
Date User Action Args
2022-04-10 16:04:42adminsetgithub: 35627
2001-11-29 23:46:47anonymouscreate