Message311973
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 |
|
| Date |
User |
Action |
Args |
| 2018-02-11 00:35:41 | thehesiod | set | recipients:
+ thehesiod, ned.deily |
| 2018-02-11 00:35:41 | thehesiod | set | messageid: <1518309341.73.0.467229070634.issue32811@psf.upfronthosting.co.za> |
| 2018-02-11 00:35:41 | thehesiod | link | issue32811 messages |
| 2018-02-11 00:35:41 | thehesiod | create | |
|