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 vstinner
Recipients Frak N, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-02-11.00:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486772716.97.0.759391416501.issue29525@psf.upfronthosting.co.za>
In-reply-to
Content
To get more information during the Python initialization, you can try to run:

python -X faulthandler -S -v

* -X faulthandler: dump a traceback if python crashed (is it the case? I don't understand from the bug report)
* -S disables the site module
* -v enables verbose mode
History
Date User Action Args
2017-02-11 00:25:16vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Frak N
2017-02-11 00:25:16vstinnersetmessageid: <1486772716.97.0.759391416501.issue29525@psf.upfronthosting.co.za>
2017-02-11 00:25:16vstinnerlinkissue29525 messages
2017-02-11 00:25:16vstinnercreate