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

2021-01-12 Thread Barry Scott
y 8, 2021 9:54 AM > To: cryptography-dev@python.org > Subject: Re: [Cryptography-dev] Heap error in _openssl.pyd > > We don't have the symbol files, but it was built with VS 2010 (scripts found > here: > https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit

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

2021-01-08 Thread Matthews Brian
Ok thanks. As the rest of Python2.7 is built with VS2008, I will try rebuilding with that. Brian -Original Message- From: Cryptography-dev On Behalf Of Paul Kehrer Sent: January 8, 2021 9:54 AM To: cryptography-dev@python.org Subject: Re: [Cryptography-dev] Heap error in _openssl.pyd

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

2021-01-08 Thread Paul Kehrer
We don't have the symbol files, but it was built with VS 2010 (scripts found here: https://github.com/pyca/infra/tree/master/windows/openssl) -Paul On Fri, Jan 8, 2021 at 11:36 AM Matthews Brian wrote: > > Hi, > > > > We are using pyOpenSSL 20.0.1 with cryptography 3.3.1 in Python 2.7.17 x64.