]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Don't use epoll module definitions if it's not the default selector
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 16 Feb 2021 19:04:49 +0000 (20:04 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 16 Feb 2021 19:07:22 +0000 (20:07 +0100)
commit00dbeb6cc2a3e1de76714e6450b177e5537a00a5
tree98a4375e44de7f52848885559a0b50a88ff0113f
parent8a454eb9a81ff72f8ee31ff2258c94302e25db25
Don't use epoll module definitions if it's not the default selector

Close #34
psycopg3/psycopg3/waiting.py