Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-29 Thread Barry Scott
> On 29 Sep 2020, at 13:13, bhashkar prakash Singh > wrote: > > >Get the source of python.org python 2.7.18 and you will > >find that builds without patches >against OpenSSL 1.1.1g. > >I would then diff the C files that do not compile in stackless to look for > >the requ

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-29 Thread bhashkar prakash Singh
>Get the source of python.org python 2.7.18 and you will find that builds without patches >against OpenSSL 1.1.1g. >I would then diff the C files that do not compile in stackless to look for the required fixes. Thanks Barry. Some warnings were left in code after patching cpython files. After fixin

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-25 Thread Barry
>> On 25 Sep 2020, at 03:28, bhashkar prakash Singh >> wrote: >  > Hi Barry, > > Thanks for your response. > > I am not an expert in python code. Could you please elaborate a bit more on > this. Which cpython code are you referring to? > did you modify other files also apart from _hashop

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-24 Thread bhashkar prakash Singh
Hi Barry, Thanks for your response. I am not an expert in python code. Could you please elaborate a bit more on this. Which cpython code are you referring to? did you modify other files also apart from _hashopenssl.c and _ssl.c to work with openssl-1.1.1g ? Regards, Bhashkar On Fri, Sep 25,

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-24 Thread Barry Scott
> On 24 Sep 2020, at 19:21, bhashkar prakash Singh > wrote: > > Hi, > > I am using stackless Python 2.7.9 in my project and openssl-1.0.2q. > I just upgraded the Openssl version to 1.1.1g, due to which python > compilation started failing. So, I patched _hashopenssl.c and _ssl.c file > in