]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add an assertion in wait_selector() / wait_epoll()
authorDenis Laxalde <denis@laxalde.org>
Sun, 17 Oct 2021 19:02:41 +0000 (21:02 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 16 Nov 2021 10:28:18 +0000 (11:28 +0100)
commiteb38222e1341b6b27f60cb19230c56547e681257
tree638b6fef8fd5664c0f0f55fb851594e368de85a4
parent0380464ec9e3f9c5738638203aac2480c6162164
Add an assertion in wait_selector() / wait_epoll()

Making sure the ready event matches what we're waiting on.
psycopg/psycopg/waiting.py