We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1545924 commit 9de70baCopy full SHA for 9de70ba
aiopg/connection.py
@@ -75,6 +75,7 @@ def __init__(
75
self._waiter = self._loop.create_future()
76
77
kwargs['async_'] = kwargs.pop('async', True)
78
+ kwargs.pop('loop', None) # backward compatibility
79
self._conn = psycopg2.connect(dsn, **kwargs)
80
81
self._dsn = self._conn.dsn
0 commit comments