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 ned.deily
Recipients Daugeras, ned.deily
Date 2018-12-27.20:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545940988.56.0.511302030657.issue35594@roundup.psfhosted.org>
In-reply-to
Content
You can either paste or upload a file (click on the "Choose File" button above in the web page) with code or with crash info.  For crash info, depending on the platform, there may be a Python traceback displayed in the shell session and there may be some sort of system-generated crash report, for example, on macOS, you might find them in ~/Library/Logs.  You should also include information about the platform (os, os version) and the Python version in use.  With recent versions of Python and if tests are installed, you can get all the configuration information with one command, for example:

python3.7 -m test.pythoninfo
History
Date User Action Args
2018-12-27 20:03:10ned.deilysetrecipients: + ned.deily, Daugeras
2018-12-27 20:03:08ned.deilysetmessageid: <1545940988.56.0.511302030657.issue35594@roundup.psfhosted.org>
2018-12-27 20:03:08ned.deilylinkissue35594 messages
2018-12-27 20:03:08ned.deilycreate