Re: [Cryptography-dev] Rust in pyca/cryptography

2021-01-12 Thread Alex Gaynor
At the moment we provide wheels for: - x86_64, arm64 Linux - x86_64 Darwin - x86_64, x86_32 Windows The primary constraint on our ability to add new wheel platforms is our ability to have reliable, performant, CI for them. We will not distribute wheels for any platform we can't test against. If

Re: [Cryptography-dev] Rust in pyca/cryptography

2021-01-12 Thread Michael Ströder via Cryptography-dev
On 1/12/21 6:23 PM, Alex Gaynor wrote: > As ever, our wheels (which are how the vast majority of our users > install pyca/cryptography) will not require any compiler or build > toolchain on user's machines. And you will provide wheels for armv6, S/390 etc.? Ciao, Michael.

Re: [Cryptography-dev] Rust in pyca/cryptography

2021-01-12 Thread Barry Scott
On Tuesday, 12 January 2021 15:52:01 GMT Michael Ströder via Cryptography-dev wrote: > On 12/22/20 8:43 PM, Alex Gaynor wrote: > > As we previewed in August [0] we're planning to incorporate Rust code > > into pyca/cryptography. > > IMHO this will make life of distro packagers more miserable

Re: [Cryptography-dev] Rust in pyca/cryptography

2021-01-12 Thread Michael Ströder via Cryptography-dev
On 12/22/20 8:43 PM, Alex Gaynor wrote: > As we previewed in August [0] we're planning to incorporate Rust code > into pyca/cryptography. IMHO this will make life of distro packagers more miserable especially on non-x86 platforms. Ciao, Michael. ___

Re: [Cryptography-dev] Heap error in _openssl.pyd

2021-01-12 Thread Barry Scott
This is the correct version to use that Microsoft makes available. "Microsoft Visual C++ Compiler for Python 2.7" https://www.microsoft.com/en-gb/download/details.aspx?id=44266 Your heap crashes are expected if you do not use the above compiler and its associated runtime. Barry On Friday, 8