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 methane
Recipients methane, ned.deily, ronaldoussoren, sm, vstinner
Date 2018-05-24.01:05:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527123927.66.0.682650639539.issue33611@psf.upfronthosting.co.za>
In-reply-to
Content
> if it could be broken installation or configuration (like incorrectly set
> PYTHONHOME or any other python related environment variables), then this
> crash should be expected every time I invoke python executable and attempt
> to run python scripts.
> However, it is not a case, and some of my scripts are running just fine.

There are many possibilities.
* Your scripts may have different shebang
* You're using some tools selecting Python (e.g. pyenv)
* You're using some tools modifying env vars
etc...

Anyway, your report doesn't have enough information to specify what's wrong on your environment.
Valid Python environment doesn't raise such error.  I use Python everyday.
History
Date User Action Args
2018-05-24 01:05:27methanesetrecipients: + methane, ronaldoussoren, vstinner, ned.deily, sm
2018-05-24 01:05:27methanesetmessageid: <1527123927.66.0.682650639539.issue33611@psf.upfronthosting.co.za>
2018-05-24 01:05:27methanelinkissue33611 messages
2018-05-24 01:05:26methanecreate