Marcin Barczyński
Marcin Barczyński
You're right. My previous example wasn't minimal. I think this one is: ``` python import codecs import multiprocessing as mp #import encodings.idna def lookup(): codecs.lookup("idna") if __name__ == "__main__": mp.freeze_support()...
I checked both 2.1 and the development version: the same error. I was able to reproduce it on Linux Mint 17 MATE 64-bit with python 2.7.6, Ubuntu 14.04.1 LTS 64-bit,...
Got the same error with Chrome on Ubuntu 22.04
Reloading works fine on VirtualBox 4.3, because `vboxmanage createhd` returns 0 even if it failed: see output of `vagrant up --debug`.
Thanks for the answer. I ran the script and it turned out that in both methods have ciphers supported by Windows 2012R2: - spnego ``` {'TLS_DHE_RSA_WITH_AES_256_GCM_SHA384', 'TLS_DHE_RSA_WITH_AES_128_GCM_SHA256'} ``` - pyOpenSSL...
@AlexanderSaydakov : @jmealo likely meant that version 1.7.0 uses datasketches-cpp version 5.0.0, which is archived. The master branch of this repo is using version 5.2.0, though it hasn't been released...