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 pmpp
Recipients otst, pmpp, steven.daprano
Date 2018-11-19.15:22:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542640965.93.0.788709270274.issue35274@psf.upfronthosting.co.za>
In-reply-to
Content
LC_ALL=en_US.UTF-8  on the ssh line is the culprit
unset LC_ALL , gives same lockup result.

but:

LC_ALL=C give sames results as vnc, where no locale was set.
History
Date User Action Args
2018-11-19 15:22:45pmppsetrecipients: + pmpp, steven.daprano, otst
2018-11-19 15:22:45pmppsetmessageid: <1542640965.93.0.788709270274.issue35274@psf.upfronthosting.co.za>
2018-11-19 15:22:45pmpplinkissue35274 messages
2018-11-19 15:22:45pmppcreate