Message 311973 - Python tracker

Message311973

Author thehesiod
Recipients ned.deily, thehesiod
Date 2018-02-11.00:35:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518309341.73.0.467229070634.issue32811@psf.upfronthosting.co.za>
In-reply-to
Content
here's how to repro, download fresh debian:stretch image, then install reqs for python:
apt-get update && apt-get install curl build-essential libssl-dev libffi-dev libmemcached-dev zlib1g-dev

install pyenv-installer:
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash

install and activate python3.6.3:
pyenv install 3.6.3 && pyenv global 3.6.3

run attached test script which I generated from the unittest
History
Date User Action Args
2018-02-11 00:35:41thehesiodsetrecipients: + thehesiod, ned.deily
2018-02-11 00:35:41thehesiodsetmessageid: <1518309341.73.0.467229070634.issue32811@psf.upfronthosting.co.za>
2018-02-11 00:35:41thehesiodlinkissue32811 messages
2018-02-11 00:35:41thehesiodcreate