Re: [pgAdmin4][Patch]: RM #3458 Error when using python 3.7

2018-08-02 Thread Akshay Joshi
Subject edited. On Thu, Aug 2, 2018 at 1:33 PM, Akshay Joshi wrote: > Hi Hackers, > > Attached is the patch to fix the RM #3458 Error when using python 3.7. > Please review it. > > Issues with Python 3.7: > >- "*async*" is a keyword in Python 3.7. psycopg2 has renamed "*async*" >to "*asy

[pgAdmin4][Patch]: RM #3458 Error when using python 3.7 Changed in version 3.7: Enable PEP 479 for all code by default: a StopIteration error raised in a generator is transformed into a RuntimeError.

2018-08-02 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix the RM #3458 Error when using python 3.7. Please review it. Issues with Python 3.7: - "*async*" is a keyword in Python 3.7. psycopg2 has renamed "*async*" to "*async_*", similarly I have renamed from "*async*" to "*async_*" for all the occurrence